From 2be3fe39bf09eb25f98def140d274dc825ca7cfe Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 28 Oct 2008 23:11:59 +0000 Subject: 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’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 15737 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/svq1.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavcodec/svq1.h') diff --git a/libavcodec/svq1.h b/libavcodec/svq1.h index bf2ee79432..a8469d920c 100644 --- a/libavcodec/svq1.h +++ b/libavcodec/svq1.h @@ -47,6 +47,9 @@ typedef struct { int height; } svq1_frame_size_t; +uint16_t ff_svq1_packet_checksum (const uint8_t *data, const int length, + int value); + extern const int8_t* const ff_svq1_inter_codebooks[6]; extern const int8_t* const ff_svq1_intra_codebooks[6]; -- cgit v1.2.3