summaryrefslogtreecommitdiff
path: root/libavformat/mxfenc.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/mxfenc.c
parent9b4badb09b3fa2f5ea665d94a1cb189df5ded318 (diff)
lavf: add missing new line to some error messages
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/mxfenc.c')
-rw-r--r--libavformat/mxfenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.c
index 2d5bf67090..3aa2bcf5e2 100644
--- a/libavformat/mxfenc.c
+++ b/libavformat/mxfenc.c
@@ -1505,7 +1505,7 @@ static int mxf_parse_dv_frame(AVFormatContext *s, AVStream *st, AVPacket *pkt)
ul_index = 6 + pal;
frame_size = pal ? 288000 : 240000;
if (sc->interlaced) {
- av_log(s, AV_LOG_ERROR, "source marked as interlaced but codec profile is progressive");
+ av_log(s, AV_LOG_ERROR, "source marked as interlaced but codec profile is progressive\n");
sc->interlaced = 0;
}
break;