diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2016-12-03 15:40:26 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2016-12-03 15:40:26 +0100 |
commit | a8cb567e559a99c27bd936a81422147cb23e77a6 (patch) | |
tree | d6ce768c702948bd529fd56235fc7f6c30b6bcc6 /libavcodec/svq3.c | |
parent | 6c15618b90e4872e119fb083d31b6fc7661b33bb (diff) | |
download | ffmpeg-a8cb567e559a99c27bd936a81422147cb23e77a6.tar.gz |
lavc: Remove CR/LF from avpriv_request_sample() calls.
Diffstat (limited to 'libavcodec/svq3.c')
-rw-r--r-- | libavcodec/svq3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c index 5aedc1e657..e0747d5884 100644 --- a/libavcodec/svq3.c +++ b/libavcodec/svq3.c @@ -1556,7 +1556,7 @@ static int svq3_decode_frame(AVCodecContext *avctx, void *data, return -1; } if (s->slice_type != s->pict_type) { - avpriv_request_sample(avctx, "non constant slice type\n"); + avpriv_request_sample(avctx, "non constant slice type"); } /* TODO: support s->mb_skip_run */ } |