summaryrefslogtreecommitdiff
path: root/libavcodec/svq3.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-10-28 23:11:59 +0000
committerDiego Biurrun <diego@biurrun.de>2008-10-28 23:11:59 +0000
commit2be3fe39bf09eb25f98def140d274dc825ca7cfe (patch)
treedde9ea9de1f1cfaf2beca2ab0571ab63ff82f4c9 /libavcodec/svq3.c
parentb735aeead8a6222c9164300fc3999989a312fcab (diff)
Add the function declaration of ff_svq1_packet_checksum to svq1.h and include
svq1.h where this function is used. Fixes the warning: libavcodec/svq3.c:862: warning: implicit declaration of function ‘ff_svq1_packet_checksum’ Originally committed as revision 15737 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/svq3.c')
-rw-r--r--libavcodec/svq3.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c
index 5503e45851..1da68027e4 100644
--- a/libavcodec/svq3.c
+++ b/libavcodec/svq3.c
@@ -44,6 +44,8 @@
#include <zlib.h>
#endif
+#include "svq1.h"
+
/**
* @file svq3.c
* svq3 decoder.