Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Bandurski <ami_stuff@o2.pl>2012-09-01 15:15:11 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-09-01 17:59:30 +0400
commit53241b5dc781471c9535a1d24ec4ece53f834f22 (patch)
tree649d02bdb2e118bfd639e8d37ff5fbb41b9282ad /libavcodec/rv34.c
parent08277a45c33f2e96dcef9878c6dafdeac9a01597 (diff)
lavc: add missing new line to some messages
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/rv34.c')
-rw-r--r--libavcodec/rv34.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/rv34.c b/libavcodec/rv34.c
index da3aa682c9..5c19735375 100644
--- a/libavcodec/rv34.c
+++ b/libavcodec/rv34.c
@@ -1650,7 +1650,7 @@ int ff_rv34_decode_frame(AVCodecContext *avctx,
/* first slice */
if (si.start == 0) {
if (s->mb_num_left > 0) {
- av_log(avctx, AV_LOG_ERROR, "New frame but still %d MB left.",
+ av_log(avctx, AV_LOG_ERROR, "New frame but still %d MB left.\n",
s->mb_num_left);
ff_er_frame_end(s);
ff_MPV_frame_end(s);