summaryrefslogtreecommitdiff
path: root/libavcodec/svq3.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2016-12-03 15:40:26 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2016-12-03 15:40:26 +0100
commita8cb567e559a99c27bd936a81422147cb23e77a6 (patch)
treed6ce768c702948bd529fd56235fc7f6c30b6bcc6 /libavcodec/svq3.c
parent6c15618b90e4872e119fb083d31b6fc7661b33bb (diff)
lavc: Remove CR/LF from avpriv_request_sample() calls.
Diffstat (limited to 'libavcodec/svq3.c')
-rw-r--r--libavcodec/svq3.c2
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 */
}