]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mlp_parser.c
Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a problem on
[ffmpeg] / libavcodec / mlp_parser.c
index 34ee193da2fed1abe826a38fb29bf0c73beeeb48..42295cc352fe66e98ac37041bf9fa8d6d15499f1 100644 (file)
@@ -27,7 +27,7 @@
 #include <stdint.h>
 
 #include "libavutil/crc.h"
-#include "bitstream.h"
+#include "get_bits.h"
 #include "parser.h"
 #include "mlp_parser.h"
 #include "mlp.h"