mirror of https://git.ffmpeg.org/ffmpeg.git
fix "warning: variable ‘cflags’ set but not used"
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
6679271700
commit
8d756c0d55
|
@ -602,7 +602,7 @@ static int mov_read_chan(MOVContext *c, AVIOContext *pb, MOVAtom atom)
|
|||
|
||||
label_mask = 0;
|
||||
for (i = 0; i < num_descr; i++) {
|
||||
uint32_t label, cflags;
|
||||
uint32_t av_unused label, cflags;
|
||||
label = avio_rb32(pb); // mChannelLabel
|
||||
cflags = avio_rb32(pb); // mChannelFlags
|
||||
avio_rl32(pb); // mCoordinates[0]
|
||||
|
|
Loading…
Reference in New Issue