Browse Source

mxf: Remove typo

Reported-By: Vittorio Giovara <vittorio.giovara@gmail.com>
tags/n2.3
Luca Barbato Vittorio Giovara 11 years ago
parent
commit
ad8f736b74
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/mxfdec.c

+ 1
- 1
libavformat/mxfdec.c View File

@@ -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 /* if no previous body partition are found point to the header
* partition */ * partition */
if (partition->previous_partition == partition->this_partition);
if (partition->previous_partition == partition->this_partition)
partition->previous_partition = 0; partition->previous_partition = 0;
av_log(mxf->fc, AV_LOG_ERROR, av_log(mxf->fc, AV_LOG_ERROR,
"Overriding PreviousPartition with %"PRIx64"\n", "Overriding PreviousPartition with %"PRIx64"\n",


Loading…
Cancel
Save