diff vaapi_mpeg4.c @ 11984:7589f76ce761 libavcodec

vaapi: add missing #include "h263.h"
author mru
date Sun, 27 Jun 2010 20:18:28 +0000
parents 8a4984c5cacc
children
line wrap: on
line diff
--- a/vaapi_mpeg4.c	Sun Jun 27 19:30:31 2010 +0000
+++ b/vaapi_mpeg4.c	Sun Jun 27 20:18:28 2010 +0000
@@ -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)