mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
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>
This commit is contained in:
parent
a4680e7170
commit
94ec82f14a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user