Remove stray line breaks from avpriv_{report_missing_feature|request_samples}
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user