diff mpegvideo.h @ 7831:8195c970d077 libavcodec

Rename error_resilience to error_recognition.
author michael
date Mon, 08 Sep 2008 18:18:49 +0000
parents c4a4495715dd
children 8b8be8f2b647
line wrap: on
line diff
--- a/mpegvideo.h	Mon Sep 08 18:18:29 2008 +0000
+++ b/mpegvideo.h	Mon Sep 08 18:18:49 2008 +0000
@@ -479,7 +479,7 @@
     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_resilience;
+    int error_recognition;
 
     ParseContext parse_context;