summaryrefslogtreecommitdiff
path: root/libavformat/dv.c
diff options
context:
space:
mode:
authorPiotr Bandurski <ami_stuff@o2.pl>2012-09-01 12:35:14 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-09-01 15:59:30 +0200
commit08277a45c33f2e96dcef9878c6dafdeac9a01597 (patch)
tree4d8adeb60adf84c1fe4a781cce6a6173d5116a23 /libavformat/dv.c
parent9b4badb09b3fa2f5ea665d94a1cb189df5ded318 (diff)
lavf: add missing new line to some error messages
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/dv.c')
-rw-r--r--libavformat/dv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/dv.c b/libavformat/dv.c
index 0da3e9ef65..01665c21b1 100644
--- a/libavformat/dv.c
+++ b/libavformat/dv.c
@@ -463,7 +463,7 @@ static int dv_read_timecode(AVFormatContext *s) {
if (ret)
av_dict_set(&s->metadata, "timecode", timecode, 0);
else if (ret < 0)
- av_log(s, AV_LOG_ERROR, "Detected timecode is invalid");
+ av_log(s, AV_LOG_ERROR, "Detected timecode is invalid\n");
finish:
av_free(partial_frame);