X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fjpegtables.h;h=090728044543760f1acf61e915182074d2c97a26;hb=83b6471dcb762859f20b2c414decc755fcceb5e8;hp=aa38df40335f694c57760fd9cd2bc01af00a69db;hpb=bec3b2041dcc20ab4b06a6b31d09130e1a7166c3;p=ffmpeg diff --git a/libavcodec/jpegtables.h b/libavcodec/jpegtables.h index aa38df40335..09072804454 100644 --- a/libavcodec/jpegtables.h +++ b/libavcodec/jpegtables.h @@ -36,8 +36,4 @@ extern av_export_avcodec const uint8_t avpriv_mjpeg_val_ac_luminance[]; extern av_export_avcodec const uint8_t avpriv_mjpeg_bits_ac_chrominance[]; extern av_export_avcodec const uint8_t avpriv_mjpeg_val_ac_chrominance[]; -void ff_mjpeg_build_huffman_codes(uint8_t *huff_size, uint16_t *huff_code, - const uint8_t *bits_table, - const uint8_t *val_table); - #endif /* AVCODEC_JPEGTABLES_H */