[FFmpeg-cvslog] mxf: Remove a typo

Luca Barbato git at videolan.org
Wed Oct 2 14:59:21 CEST 2013


ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Tue Oct  1 13:43:48 2013 +0200| [ad0560fe7491a85c3e71d5a3d6a0443f10b33ab1] | committer: Luca Barbato

mxf: Remove a typo

Introduced in 93370d1216

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ad0560fe7491a85c3e71d5a3d6a0443f10b33ab1
---

 libavformat/mxfdec.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c
index d666b47..5ca398e 100644
--- a/libavformat/mxfdec.c
+++ b/libavformat/mxfdec.c
@@ -1533,7 +1533,7 @@ static int mxf_parse_structural_metadata(MXFContext *mxf)
                 avpriv_set_pts_info(st, 64, descriptor->sample_rate.den, descriptor->sample_rate.num);
             } else {
                 av_log(mxf->fc, AV_LOG_WARNING, "invalid sample rate (%d/%d) "
-                       "found for stream #%, time base forced to 1/48000\n",
+                       "found for stream #%d, time base forced to 1/48000\n",
                        descriptor->sample_rate.num, descriptor->sample_rate.den,
                        st->index);
                 avpriv_set_pts_info(st, 64, 1, 48000);



More information about the ffmpeg-cvslog mailing list