Chromium Code Reviews| Index: libavcodec/h263dec.c |
| diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c |
| index 621f7ad9f216e40e536b43ba12c3fc5bed462ef0..fc25d34de6a7ef5ec04edbf688811548453e7473 100644 |
| --- a/libavcodec/h263dec.c |
| +++ b/libavcodec/h263dec.c |
| @@ -25,8 +25,6 @@ |
| * H.263 decoder. |
| */ |
| -#define UNCHECKED_BITSTREAM_READER 1 |
| - |
| #include "libavutil/cpu.h" |
| #include "internal.h" |
| #include "avcodec.h" |