comparison 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
comparison
equal deleted inserted replaced
7830:3da762190370 7831:8195c970d077
114 int frame_count; 114 int frame_count;
115 #endif 115 #endif
116 void (*compute_antialias)(struct MPADecodeContext *s, struct GranuleDef *g); 116 void (*compute_antialias)(struct MPADecodeContext *s, struct GranuleDef *g);
117 int adu_mode; ///< 0 for standard mp3, 1 for adu formatted mp3 117 int adu_mode; ///< 0 for standard mp3, 1 for adu formatted mp3
118 int dither_state; 118 int dither_state;
119 int error_resilience; 119 int error_recognition;
120 AVCodecContext* avctx; 120 AVCodecContext* avctx;
121 } MPADecodeContext; 121 } MPADecodeContext;
122 122
123 /* layer 3 huffman tables */ 123 /* layer 3 huffman tables */
124 typedef struct HuffTable { 124 typedef struct HuffTable {