1
0
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:
Zhao Zhili
2025-09-04 17:36:46 +08:00
committed by Zhao Zhili
parent 1ca2c68278
commit 742474bc24

View File

@@ -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");