summaryrefslogtreecommitdiff
path: root/libavcodec/svq1.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/svq1.h')
-rw-r--r--libavcodec/svq1.h3
1 files changed, 3 insertions, 0 deletions
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];