]> git.sesse.net Git - ffmpeg/commitdiff
libavformat/mxfdec.c: cosmetics: Add missing space after '?' in log message.
authorAlexis Ballier <aballier@gentoo.org>
Wed, 21 Oct 2015 16:00:56 +0000 (18:00 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Wed, 21 Oct 2015 22:53:35 +0000 (00:53 +0200)
Reviewed-by: Tomas Härdin <tomas.hardin@codemill.se>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/mxfdec.c

index 00d420b4450187e1f5c3a34bde5732dc1ab155ae..02298b58796e0fb3130eb28d4caa092be8cda404 100644 (file)
@@ -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);