You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-16 08:36:51 +02:00
avformat/mov: fix unused variable entry in parse_exif_item
This commit is contained in:
@@ -10318,7 +10318,6 @@ static int mov_parse_exif_item(AVFormatContext *s,
|
||||
MOVContext *c = s->priv_data;
|
||||
AVPacketSideData *sd;
|
||||
AVExifMetadata ifd = { 0 };
|
||||
AVExifEntry *entry = NULL;
|
||||
AVBufferRef *buf;
|
||||
int64_t offset = 0, pos = avio_tell(s->pb);
|
||||
unsigned orientation_id = av_exif_get_tag_id("Orientation");
|
||||
|
Reference in New Issue
Block a user