]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/intrax8.h
Add a missing break, before av_set_number would always return NULL for
[ffmpeg] / libavcodec / intrax8.h
index 2a60328e3cd4893dac21c8321e8fa1dc028a6e0a..fd8e36ccc43516f0a89a6f24bdc15338682fc15e 100644 (file)
@@ -19,6 +19,9 @@
 #ifndef FFMPEG_INTRAX8_H
 #define FFMPEG_INTRAX8_H
 
+#include "bitstream.h"
+#include "mpegvideo.h"
+
 typedef struct{
     VLC * j_ac_vlc[4];//they point to the static j_mb_vlc
     VLC * j_orient_vlc;