Remove stray line breaks from avpriv_{report_missing_feature|request_samples}
This commit is contained in:
@@ -1092,8 +1092,7 @@ static int decode_header(EXRContext *s)
|
||||
|
||||
current_pixel_type = bytestream2_get_le32(&ch_gb);
|
||||
if (current_pixel_type >= EXR_UNKNOWN) {
|
||||
avpriv_report_missing_feature(s->avctx,
|
||||
"Pixel type %d.\n",
|
||||
avpriv_report_missing_feature(s->avctx, "Pixel type %d",
|
||||
current_pixel_type);
|
||||
return AVERROR_PATCHWELCOME;
|
||||
}
|
||||
|
@@ -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