comparison svq1.h @ 8080:847bcb16028a libavcodec

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¡Ç
author diego
date Tue, 28 Oct 2008 23:11:59 +0000
parents c4a4495715dd
children 8bb3aa9813b5
comparison
equal deleted inserted replaced
8079:2d3c7cd7d143 8080:847bcb16028a
45 typedef struct { 45 typedef struct {
46 int width; 46 int width;
47 int height; 47 int height;
48 } svq1_frame_size_t; 48 } svq1_frame_size_t;
49 49
50 uint16_t ff_svq1_packet_checksum (const uint8_t *data, const int length,
51 int value);
52
50 extern const int8_t* const ff_svq1_inter_codebooks[6]; 53 extern const int8_t* const ff_svq1_inter_codebooks[6];
51 extern const int8_t* const ff_svq1_intra_codebooks[6]; 54 extern const int8_t* const ff_svq1_intra_codebooks[6];
52 55
53 extern const uint8_t ff_svq1_block_type_vlc[4][2]; 56 extern const uint8_t ff_svq1_block_type_vlc[4][2];
54 extern const uint8_t ff_svq1_intra_multistage_vlc[6][8][2]; 57 extern const uint8_t ff_svq1_intra_multistage_vlc[6][8][2];