X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fsvq1.h;h=0ebc73a9336b21e3e342fbb0617f9d04965cb812;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=63c0479329cc2577a391219277983a6f6fa41bb3;hpb=64425e005edf3bdd77c34c078c3e74ab5ecef557;p=ffmpeg diff --git a/libavcodec/svq1.h b/libavcodec/svq1.h index 63c0479329c..0ebc73a9336 100644 --- a/libavcodec/svq1.h +++ b/libavcodec/svq1.h @@ -42,9 +42,6 @@ #define SVQ1_BLOCK_INTER_4V 2 #define SVQ1_BLOCK_INTRA 3 -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];