]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ivi.c
common.mak: Use CCFLAGS for assembly generation as well
[ffmpeg] / libavcodec / ivi.c
index eab42bb535c9bc8710d9b8052356f68a40ff4776..e7799003e60373f4f836720e520d74f15b4f0415 100644 (file)
@@ -1084,7 +1084,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;
     }