summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorDustin Brody <libav@parsoma.net>2011-12-07 08:51:36 -0500
committerAnton Khirnov <anton@khirnov.net>2011-12-12 19:42:50 +0100
commit5b22d6e1323989b078ad097c5b50dddbbf0fe251 (patch)
treee0849f4ac32349b89bd198b3eb8d55e26a7470b1 /libavcodec/mpegvideo.h
parentf6cf4be821e1901d983233edff8e22fe310fd6f6 (diff)
lavc: convert error_recognition to err_recognition.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 01df491907..599e3540ec 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -487,7 +487,7 @@ typedef struct MpegEncContext {
GetBitContext last_resync_gb; ///< used to search for the next resync marker
int mb_num_left; ///< number of MBs left in this video packet (for partitioned Slices only)
int next_p_frame_damaged; ///< set if the next p frame is damaged, to avoid showing trashed b frames
- int error_recognition;
+ int err_recognition;
ParseContext parse_context;