[FFmpeg-devel] [PATCH 3/3] lavf/mxfdec: delete trailing semi-colon

James Darnley james.darnley at gmail.com
Fri Apr 4 00:46:28 CEST 2014


---
 libavformat/mxfdec.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c
index 2abd34d..0d17a02 100644
--- a/libavformat/mxfdec.c
+++ b/libavformat/mxfdec.c
@@ -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",
-- 
1.7.9



More information about the ffmpeg-devel mailing list