Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-10-21 19:00:56 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2015-10-22 01:53:35 +0300
commit94ec82f14ab1c0295f2148ba4c00b71f83745dc5 (patch)
treeee31c7bac5df6efe6e4a9bbab3836bda41a65884 /libavformat
parenta4680e71707e59f6b646b989ac4e1bec24841941 (diff)
libavformat/mxfdec.c: cosmetics: Add missing space after '?' in log message.
Reviewed-by: Tomas Härdin <tomas.hardin@codemill.se> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/mxfdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c
index 00d420b445..02298b5879 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);