You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avformat/mov: fix "warning: variable altitude set but not used" warning
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -227,7 +227,7 @@ static int mov_metadata_loci(MOVContext *c, AVIOContext *pb, unsigned len)
|
|||||||
char language[4] = { 0 };
|
char language[4] = { 0 };
|
||||||
char buf[100];
|
char buf[100];
|
||||||
uint16_t langcode = 0;
|
uint16_t langcode = 0;
|
||||||
double longitude, latitude, altitude;
|
av_unused double longitude, latitude, altitude;
|
||||||
const char *key = "location";
|
const char *key = "location";
|
||||||
|
|
||||||
if (len < 4 + 2 + 1 + 1 + 4 + 4 + 4)
|
if (len < 4 + 2 + 1 + 1 + 4 + 4 + 4)
|
||||||
|
Reference in New Issue
Block a user