[FFmpeg-cvslog] mxf: Remove typo
Luca Barbato
git at videolan.org
Fri Apr 4 02:24:31 CEST 2014
ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Thu Apr 3 13:52:13 2014 +0000| [ad8f736b7404503d8f5164f4879175a2258dd64b] | committer: Vittorio Giovara
mxf: Remove typo
Reported-By: Vittorio Giovara <vittorio.giovara at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ad8f736b7404503d8f5164f4879175a2258dd64b
---
libavformat/mxfdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c
index d9f9e0f..58d9027 100644
--- a/libavformat/mxfdec.c
+++ b/libavformat/mxfdec.c
@@ -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",
More information about the ffmpeg-cvslog
mailing list