X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fhcom.c;h=3e1e8da236c8021702dbaa37d6768d012bac1bbb;hb=ea2d9b7a2e02861ea680f91404414955f55a294c;hp=0d1736b6201ab95b5d77dbf773ffd2752d3accb8;hpb=4d8875ec23cf299277a0f028ea2ac99eb6f603c9;p=ffmpeg diff --git a/libavformat/hcom.c b/libavformat/hcom.c index 0d1736b6201..3e1e8da236c 100644 --- a/libavformat/hcom.c +++ b/libavformat/hcom.c @@ -38,7 +38,7 @@ static int hcom_probe(const AVProbeData *p) static int hcom_read_header(AVFormatContext *s) { AVStream *st; - unsigned data_size, rsrc_size, huffcount; + av_unused unsigned data_size, rsrc_size, huffcount; unsigned compresstype, divisor; unsigned dict_entries; int ret;