mirror of https://git.ffmpeg.org/ffmpeg.git
vaapi: add missing #include "h263.h"
Originally committed as revision 23833 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0b37cccaab
commit
7447204d2d
|
@ -21,6 +21,7 @@
|
|||
*/
|
||||
|
||||
#include "vaapi_internal.h"
|
||||
#include "h263.h"
|
||||
|
||||
/** Reconstruct bitstream intra_dc_vlc_thr */
|
||||
static int mpeg4_get_intra_dc_vlc_thr(MpegEncContext *s)
|
||||
|
|
Loading…
Reference in New Issue