[FFmpeg-devel] [PATCH 02/11] libavformat/mxfdec.c: cosmetics: Add missing space after '?' in log message.

Tomas Härdin tomas.hardin at codemill.se
Wed Oct 21 23:31:45 CEST 2015


On Wed, 2015-10-21 at 18:00 +0200, Alexis Ballier wrote:
> ---
>  libavformat/mxfdec.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c
> index 94a953b..0ae7ce6 100644
> --- a/libavformat/mxfdec.c
> +++ b/libavformat/mxfdec.c
> @@ -2959,7 +2959,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);

Obviously fine

/Tomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20151021/7317734b/attachment.sig>


More information about the ffmpeg-devel mailing list