[FFmpeg-cvslog] r21221 - trunk/libavcodec/h264.h

michael subversion
Fri Jan 15 04:42:56 CET 2010


Author: michael
Date: Fri Jan 15 04:42:56 2010
New Revision: 21221

Log:
Add forgotten include of h264_mvpred.h to h264.h.
This could have caused the linking failure of pred_pskip_motion() missing if
a compiler included never used static functions.

Modified:
   trunk/libavcodec/h264.h

Modified: trunk/libavcodec/h264.h
==============================================================================
--- trunk/libavcodec/h264.h	Fri Jan 15 04:41:28 2010	(r21220)
+++ trunk/libavcodec/h264.h	Fri Jan 15 04:42:56 2010	(r21221)
@@ -1298,4 +1298,6 @@ static void decode_mb_skip(H264Context *
     h->prev_mb_skipped= 1;
 }
 
+#include "h264_mvpred.h" //For pred_pskip_motion()
+
 #endif /* AVCODEC_H264_H */



More information about the ffmpeg-cvslog mailing list