diff h264.c @ 7831:8195c970d077 libavcodec

Rename error_resilience to error_recognition.
author michael
date Mon, 08 Sep 2008 18:18:49 +0000
parents 5c532e05faea
children d35a71a3db5f
line wrap: on
line diff
--- a/h264.c	Mon Sep 08 18:18:29 2008 +0000
+++ b/h264.c	Mon Sep 08 18:18:49 2008 +0000
@@ -7255,7 +7255,7 @@
     } else {
         for(i = 1; i < context_count; i++) {
             hx = h->thread_context[i];
-            hx->s.error_resilience = avctx->error_resilience;
+            hx->s.error_recognition = avctx->error_recognition;
             hx->s.error_count = 0;
         }