]> git.sesse.net Git - ffmpeg/commit
avformat/id3v2: silence a warning when CONFIG_ZLIB is unset.
authorBenoit Fouet <benoit.fouet@free.fr>
Thu, 16 Oct 2014 09:44:46 +0000 (11:44 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 16 Oct 2014 13:54:02 +0000 (15:54 +0200)
commit8bcf425d06a278ee7870082777a8e99229c53eed
treecc9db6cc0ecc1e8a4d17ab5e1c21e5d8e2923f57
parent4f1a252fd3f04082c0d91ac2f42d47135197a8d5
avformat/id3v2: silence a warning when CONFIG_ZLIB is unset.

dlen is only read when CONFIG_ZLIB is set, so mark it as possibly
unused.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/id3v2.c