diff options
author | Piotr Bandurski <ami_stuff@o2.pl> | 2012-09-01 12:35:14 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-09-01 15:59:30 +0200 |
commit | 08277a45c33f2e96dcef9878c6dafdeac9a01597 (patch) | |
tree | 4d8adeb60adf84c1fe4a781cce6a6173d5116a23 /libavformat/bluray.c | |
parent | 9b4badb09b3fa2f5ea665d94a1cb189df5ded318 (diff) | |
download | ffmpeg-08277a45c33f2e96dcef9878c6dafdeac9a01597.tar.gz |
lavf: add missing new line to some error messages
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/bluray.c')
-rw-r--r-- | libavformat/bluray.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/bluray.c b/libavformat/bluray.c index 2f918b1a17..eb55105fa6 100644 --- a/libavformat/bluray.c +++ b/libavformat/bluray.c @@ -93,7 +93,7 @@ static int check_disc_info(URLContext *h) "Media stream encrypted with BD+, install and configure libbdplus"); } else { */ - av_log(h, AV_LOG_ERROR, "Unable to decrypt BD+ encrypted media"); + av_log(h, AV_LOG_ERROR, "Unable to decrypt BD+ encrypted media\n"); /*}*/ return -1; } |