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:
authorDiego Biurrun <diego@biurrun.de>2015-12-15 21:59:14 +0300
committerDiego Biurrun <diego@biurrun.de>2015-12-26 12:28:03 +0300
commit69a68593ce5684409c3c4dd9a901bfd8b16925b1 (patch)
tree79be0154125f39934e3d71ea55ceee580cb7bab4 /libavcodec/ivi.c
parent5049f6b772891cdf4030a9d572362efc8f7ae97f (diff)
Remove stray line breaks from avpriv_{report_missing_feature|request_samples}
Diffstat (limited to 'libavcodec/ivi.c')
-rw-r--r--libavcodec/ivi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ivi.c b/libavcodec/ivi.c
index 6086e2e681..9762eeba90 100644
--- a/libavcodec/ivi.c
+++ b/libavcodec/ivi.c
@@ -1054,7 +1054,7 @@ int ff_ivi_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
}
if (ctx->gop_flags & IVI5_IS_PROTECTED) {
- avpriv_report_missing_feature(avctx, "Password-protected clip!\n");
+ avpriv_report_missing_feature(avctx, "Password-protected clip");
return AVERROR_PATCHWELCOME;
}