X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fmpegpicture.h;h=2db3d6733a82066531dbb47a26093dfe383116e8;hb=80fd6225907d4f3e57a3c17944f5cf4edd1000cd;hp=0a48d690c4138fd343d31de67ffbf8894c48b4b6;hpb=c36e85b3d9a13a223a621e7c322ce5903080cc4b;p=ffmpeg diff --git a/libavcodec/mpegpicture.h b/libavcodec/mpegpicture.h index 0a48d690c41..2db3d6733a8 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; /**