diff mpegvideo_enc.c @ 10843:f6afc7837f83 libavcodec

Add missing internal.h to files calling ff_match_2uint16(). Fixes warnings: libavcodec/mpegvideo_enc.c:574: warning: implicit declaration of function 'ff_match_2uint16' libavcodec/ituh263enc.c:143: warning: implicit declaration of function 'ff_match_2uint16' libavcodec/svq1enc.c:97: warning: implicit declaration of function 'ff_match_2uint16'
author astrange
date Mon, 11 Jan 2010 04:57:04 +0000
parents f20726a6d538
children 34a65026fa06
line wrap: on
line diff
--- a/mpegvideo_enc.c	Mon Jan 11 02:52:50 2010 +0000
+++ b/mpegvideo_enc.c	Mon Jan 11 04:57:04 2010 +0000
@@ -38,6 +38,7 @@
 #include "aandcttab.h"
 #include "flv.h"
 #include "mpeg4video.h"
+#include "internal.h"
 #include <limits.h>
 
 //#undef NDEBUG