summaryrefslogtreecommitdiff
path: root/libavcodec/mpegpicture.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/mpegpicture.h')
-rw-r--r--libavcodec/mpegpicture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpegpicture.h b/libavcodec/mpegpicture.h
index 0a48d690c4..2db3d6733a 100644
--- a/libavcodec/mpegpicture.h
+++ b/libavcodec/mpegpicture.h
@@ -87,7 +87,7 @@ typedef struct Picture {
int reference;
int shared;
- uint64_t error[AV_NUM_DATA_POINTERS];
+ uint64_t encoding_error[AV_NUM_DATA_POINTERS];
} Picture;
/**