Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Strange <astrange@ithinksw.com>2010-01-11 07:57:04 +0300
committerAlexander Strange <astrange@ithinksw.com>2010-01-11 07:57:04 +0300
commit7ffd8332c7fa25174fad540d71e79f538d45a9a3 (patch)
tree6583dc3e89809e22a439fe61b930b968ed060e5e /libavcodec/ituh263enc.c
parent2c8077621b6466da205ba26fd20a9c906bb71893 (diff)
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' Originally committed as revision 21133 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ituh263enc.c')
-rw-r--r--libavcodec/ituh263enc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/ituh263enc.c b/libavcodec/ituh263enc.c
index 5031dd5672..158373bef0 100644
--- a/libavcodec/ituh263enc.c
+++ b/libavcodec/ituh263enc.c
@@ -38,6 +38,7 @@
#include "unary.h"
#include "flv.h"
#include "mpeg4video.h"
+#include "internal.h"
//#undef NDEBUG
//#include <assert.h>