diff h263dec.c @ 7831:8195c970d077 libavcodec

Rename error_resilience to error_recognition.
author michael
date Mon, 08 Sep 2008 18:18:49 +0000
parents 3f819263176e
children 0d108ec85620
line wrap: on
line diff
--- a/h263dec.c	Mon Sep 08 18:18:29 2008 +0000
+++ b/h263dec.c	Mon Sep 08 18:18:49 2008 +0000
@@ -295,7 +295,7 @@
             max_extra+= 17;
 
         /* buggy padding but the frame should still end approximately at the bitstream end */
-        if((s->workaround_bugs&FF_BUG_NO_PADDING) && s->error_resilience>=3)
+        if((s->workaround_bugs&FF_BUG_NO_PADDING) && s->error_recognition>=3)
             max_extra+= 48;
         else if((s->workaround_bugs&FF_BUG_NO_PADDING))
             max_extra+= 256*256*256*64;