Rename error_resilience to error_recognition.

Originally committed as revision 15270 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer
2008-09-08 18:18:49 +00:00
parent 3e30f46f8b
commit 047599a4ba
15 changed files with 33 additions and 33 deletions

View File

@@ -116,7 +116,7 @@ typedef struct MPADecodeContext {
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;