Commit 069e462b authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'ad8f736b'

* commit 'ad8f736b':
  mxf: Remove typo

also See: [FFmpeg-devel] [PATCH 3/3] lavf/mxfdec: delete trailing semi-colon
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents a692ff93 ad8f736b
......@@ -508,7 +508,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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment