]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/svq1.h
Add expected const qualifier on 'buf' to match AVCodec.decode's declaration.
[ffmpeg] / libavcodec / svq1.h
index bf2ee79432e43cbed5df7a7e889f30aee092086e..a8469d920c2092d97cf47b7338a662e2f1114567 100644 (file)
@@ -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];