You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +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 buf[100];
|
||||
uint16_t langcode = 0;
|
||||
double longitude, latitude, altitude;
|
||||
av_unused double longitude, latitude, altitude;
|
||||
const char *key = "location";
|
||||
|
||||
if (len < 4 + 2 + 1 + 1 + 4 + 4 + 4)
|
||||
|
Reference in New Issue
Block a user