diff h261dec.c @ 7831:8195c970d077 libavcodec

Rename error_resilience to error_recognition.
author michael
date Mon, 08 Sep 2008 18:18:49 +0000
parents 5bcf597a321c
children e9d9d946f213
line wrap: on
line diff
--- a/h261dec.c	Mon Sep 08 18:18:29 2008 +0000
+++ b/h261dec.c	Mon Sep 08 18:18:49 2008 +0000
@@ -135,7 +135,7 @@
 
     if(s->qscale==0) {
         av_log(s->avctx, AV_LOG_ERROR, "qscale has forbidden 0 value\n");
-        if (s->avctx->error_resilience >= FF_ER_COMPLIANT)
+        if (s->avctx->error_recognition >= FF_ER_COMPLIANT)
             return -1;
     }