diff mpegvideo.c @ 7831:8195c970d077 libavcodec

Rename error_resilience to error_recognition.
author michael
date Mon, 08 Sep 2008 18:18:49 +0000
parents 211cca1e3f39
children ed0ebbb168b6
line wrap: on
line diff
--- a/mpegvideo.c	Mon Sep 08 18:18:29 2008 +0000
+++ b/mpegvideo.c	Mon Sep 08 18:18:49 2008 +0000
@@ -915,7 +915,7 @@
     }
 
     s->hurry_up= s->avctx->hurry_up;
-    s->error_resilience= avctx->error_resilience;
+    s->error_recognition= avctx->error_recognition;
 
     /* set dequantizer, we can't do it during init as it might change for mpeg4
        and we can't do it in the header decode as init is not called for mpeg4 there yet */