mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-25 20:50:09 +00:00
lavf/riffdec: Remove \n from avpriv_report_missing_feature().
Found-by: Clément Bœsch
This commit is contained in:
parent
59793785f4
commit
aebfbe5c13
@ -131,7 +131,7 @@ int ff_get_wav_header(AVFormatContext *s, AVIOContext *pb,
|
||||
if (size >= 18 && id != 0x0165) { /* We're obviously dealing with WAVEFORMATEX */
|
||||
int cbSize = avio_rl16(pb); /* cbSize */
|
||||
if (big_endian) {
|
||||
avpriv_report_missing_feature(codec, "WAVEFORMATEX support for RIFX files\n");
|
||||
avpriv_report_missing_feature(codec, "WAVEFORMATEX support for RIFX files");
|
||||
return AVERROR_PATCHWELCOME;
|
||||
}
|
||||
size -= 18;
|
||||
|
Loading…
Reference in New Issue
Block a user