comparison ituh263enc.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 07dbba7c16ec
comparison
equal deleted inserted replaced
10842:77dbd6ab2db9 10843:f6afc7837f83
36 #include "h263.h" 36 #include "h263.h"
37 #include "mathops.h" 37 #include "mathops.h"
38 #include "unary.h" 38 #include "unary.h"
39 #include "flv.h" 39 #include "flv.h"
40 #include "mpeg4video.h" 40 #include "mpeg4video.h"
41 #include "internal.h"
41 42
42 //#undef NDEBUG 43 //#undef NDEBUG
43 //#include <assert.h> 44 //#include <assert.h>
44 45
45 /** 46 /**