diff mpegaudio.h @ 7831:8195c970d077 libavcodec

Rename error_resilience to error_recognition.
author michael
date Mon, 08 Sep 2008 18:18:49 +0000
parents c4a4495715dd
children 2b0d01be134f
line wrap: on
line diff
--- a/mpegaudio.h	Mon Sep 08 18:18:29 2008 +0000
+++ b/mpegaudio.h	Mon Sep 08 18:18:49 2008 +0000
@@ -116,7 +116,7 @@
     void (*compute_antialias)(struct MPADecodeContext *s, struct GranuleDef *g);
     int adu_mode; ///< 0 for standard mp3, 1 for adu formatted mp3
     int dither_state;
-    int error_resilience;
+    int error_recognition;
     AVCodecContext* avctx;
 } MPADecodeContext;