diff options
author | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2020-10-11 19:59:24 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2020-10-11 19:59:24 +0200 |
commit | 86f0bba776018cd83642c0195ac3f41f3c87c1d3 (patch) | |
tree | b7295a46cae136a9b83fed3ca714bfbc36ec123a /libavcodec/mpeg4videodec.c | |
parent | 9b72cea4463dd2fabcd9ba1454a0855e521d0148 (diff) | |
download | ffmpeg-86f0bba776018cd83642c0195ac3f41f3c87c1d3.tar.gz |
lavc, lavf: Remove newlines from calls to avpriv_request_sample().
Diffstat (limited to 'libavcodec/mpeg4videodec.c')
-rw-r--r-- | libavcodec/mpeg4videodec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpeg4videodec.c b/libavcodec/mpeg4videodec.c index 14fb79261d..95a0e63a29 100644 --- a/libavcodec/mpeg4videodec.c +++ b/libavcodec/mpeg4videodec.c @@ -3347,7 +3347,7 @@ int ff_mpeg4_decode_picture_header(Mpeg4DecContext *ctx, GetBitContext *gb, int next_start_code_studio(gb); extension_and_user_data(s, gb, 0); } else if (s->studio_profile) { - avpriv_request_sample(s->avctx, "Mixes studio and non studio profile\n"); + avpriv_request_sample(s->avctx, "Mix of studio and non studio profile"); return AVERROR_PATCHWELCOME; } s->avctx->profile = profile; |