]> git.sesse.net Git - ffmpeg/commit
avformat/hcom: Tell the compiler about set but not read variables
authorMichael Niedermayer <michael@niedermayer.cc>
Wed, 28 Aug 2019 17:07:23 +0000 (19:07 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sun, 15 Sep 2019 22:04:18 +0000 (00:04 +0200)
commit24e52709112e3cf625cf00d3a4c3ae7d0c323d3c
treeb78fe7911924187cbe94631b05a4e98d4ab14c3d
parentc80715f15359ded7c90bf517b2bbfa1c2b0ce517
avformat/hcom: Tell the compiler about set but not read variables

This avoids 3 warnings

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/hcom.c