summaryrefslogtreecommitdiff
path: root/libavcodec/svq3.c
diff options
context:
space:
mode:
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 */
}