]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/jpeglsdec.c
Store original width/height so that rv20 does not get stuck with some
[ffmpeg] / libavcodec / jpeglsdec.c
index fdf4c4c424ed68926148d563fd591543648f748c..bc80d13d68e43a260ee20c9323684189a5dac17c 100644 (file)
@@ -26,7 +26,7 @@
  */
 
 #include "avcodec.h"
-#include "bitstream.h"
+#include "get_bits.h"
 #include "golomb.h"
 #include "mathops.h"
 #include "mjpeg.h"