Chromium Code Reviews| Index: libavcodec/mpegaudiodec.c |
| diff --git a/libavcodec/mpegaudiodec.c b/libavcodec/mpegaudiodec.c |
| index 19d6f0d5eb7fcfde5a3dea5483209847e9ed1100..e021988a0580bf502beda2556c0bd7c2b941cd24 100644 |
| --- a/libavcodec/mpegaudiodec.c |
| +++ b/libavcodec/mpegaudiodec.c |
| @@ -24,8 +24,6 @@ |
| * MPEG Audio decoder |
| */ |
| -#define UNCHECKED_BITSTREAM_READER 1 |
| - |
| #include "libavutil/audioconvert.h" |
| #include "avcodec.h" |
| #include "get_bits.h" |