changeset 11984:7589f76ce761 libavcodec

vaapi: add missing #include "h263.h"
author mru
date Sun, 27 Jun 2010 20:18:28 +0000
parents 5071d562408d
children 1cffcc7b1470
files vaapi_mpeg4.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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)