[FFmpeg-cvslog] r23833 - trunk/libavcodec/vaapi_mpeg4.c

mru subversion
Sun Jun 27 22:18:29 CEST 2010


Author: mru
Date: Sun Jun 27 22:18:28 2010
New Revision: 23833

Log:
vaapi: add missing #include "h263.h"

Modified:
   trunk/libavcodec/vaapi_mpeg4.c

Modified: trunk/libavcodec/vaapi_mpeg4.c
==============================================================================
--- trunk/libavcodec/vaapi_mpeg4.c	Sun Jun 27 21:30:31 2010	(r23832)
+++ trunk/libavcodec/vaapi_mpeg4.c	Sun Jun 27 22:18:28 2010	(r23833)
@@ -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)



More information about the ffmpeg-cvslog mailing list