mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
lavf/asfdec_f: Remove CR/LF from avpriv_request_sample() call.
This commit is contained in:
parent
a8cb567e55
commit
5a237c33b8
@ -1010,7 +1010,7 @@ static int asf_get_packet(AVFormatContext *s, AVIOContext *pb)
|
||||
}
|
||||
|
||||
if (c != 0x82)
|
||||
avpriv_request_sample(s, "Invalid ECC byte\n");
|
||||
avpriv_request_sample(s, "Invalid ECC byte");
|
||||
|
||||
if (!asf->uses_std_ecc)
|
||||
asf->uses_std_ecc = (c == 0x82 && !d && !e) ? 1 : -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user