mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
Remove stray line breaks from avpriv_{report_missing_feature|request_samples}
This commit is contained in:
parent
5049f6b772
commit
69a68593ce
4 changed files with 5 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue