ffmpeg | branch: master | Alexis Ballier <aball...@gentoo.org> | Wed Oct 21 
18:00:56 2015 +0200| [94ec82f14ab1c0295f2148ba4c00b71f83745dc5] | committer: 
Michael Niedermayer

libavformat/mxfdec.c: cosmetics: Add missing space after '?' in log message.

Reviewed-by: Tomas Härdin <tomas.har...@codemill.se>
Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc>

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

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

diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c
index 00d420b..02298b5 100644
--- a/libavformat/mxfdec.c
+++ b/libavformat/mxfdec.c
@@ -2957,7 +2957,7 @@ static int mxf_read_packet_old(AVFormatContext *s, 
AVPacket *pkt)
                 /* if this check is hit then it's possible OPAtom was treated 
as OP1a
                  * truncate the packet since it's probably very large (>2 GiB 
is common) */
                 avpriv_request_sample(s,
-                                      "OPAtom misinterpreted as OP1a?"
+                                      "OPAtom misinterpreted as OP1a? "
                                       "KLV for edit unit %i extending into "
                                       "next edit unit",
                                       mxf->current_edit_unit);

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to