mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
mxf: Remove typo
Reported-By: Vittorio Giovara <vittorio.giovara@gmail.com>
This commit is contained in:
parent
9464b69da6
commit
ad8f736b74
@ -491,7 +491,7 @@ static int mxf_read_partition_pack(void *arg, AVIOContext *pb, int tag, int size
|
||||
}
|
||||
/* if no previous body partition are found point to the header
|
||||
* partition */
|
||||
if (partition->previous_partition == partition->this_partition);
|
||||
if (partition->previous_partition == partition->this_partition)
|
||||
partition->previous_partition = 0;
|
||||
av_log(mxf->fc, AV_LOG_ERROR,
|
||||
"Overriding PreviousPartition with %"PRIx64"\n",
|
||||
|
Loading…
Reference in New Issue
Block a user