mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
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;
|
label_mask = 0;
|
||||||
for (i = 0; i < num_descr; i++) {
|
for (i = 0; i < num_descr; i++) {
|
||||||
uint32_t label, cflags;
|
uint32_t av_unused label, cflags;
|
||||||
label = avio_rb32(pb); // mChannelLabel
|
label = avio_rb32(pb); // mChannelLabel
|
||||||
cflags = avio_rb32(pb); // mChannelFlags
|
cflags = avio_rb32(pb); // mChannelFlags
|
||||||
avio_rl32(pb); // mCoordinates[0]
|
avio_rl32(pb); // mCoordinates[0]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user