mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-11-03 09:41:17 +08:00
cosmetics: Fix "dont" "wont" "doesnt" typos
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
fc736a99ea
commit
a9bbf59be7
@@ -42,7 +42,7 @@ static int probe(AVProbeData *p)
|
||||
(AV_RL32(&p->buf[16]) != 16))
|
||||
return 0;
|
||||
|
||||
//We cant be sure that this is ACT and not regular WAV
|
||||
//We can't be sure that this is ACT and not regular WAV
|
||||
if (p->buf_size<512)
|
||||
return 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user