summaryrefslogtreecommitdiff
path: root/libavcodec/ivi.c
diff options
context:
space:
mode:
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;
}