]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h263dec.c
Simplify RGB32 png encoding.
[ffmpeg] / libavcodec / h263dec.c
index 0d741d80c2b07463ac1eb5bd05537700f76e09c4..fcb62732b56dc3c99a6be9d3a0eaa470ad07b855 100644 (file)
@@ -25,6 +25,8 @@
  * H.263 decoder.
  */
 
+#define UNCHECKED_BITSTREAM_READER 1
+
 #include "libavutil/cpu.h"
 #include "internal.h"
 #include "avcodec.h"