]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vc1data.h
vaapi_encode: Write sequence header as extradata
[ffmpeg] / libavcodec / vc1data.h
index 66c569b797ecba41627ed2b266812365eaa4be11..79a434f06519b4be5ae1d3401910a716fe611af5 100644 (file)
 #define AVCODEC_VC1DATA_H
 
 #include <stdint.h>
+
 #include "libavutil/rational.h"
-#include "get_bits.h"
+
+#include "vlc.h"
 
 /** Table for conversion between TTBLK and TTMB */
 extern const int ff_vc1_ttblk_to_tt[3][8];