mirror of
https://github.com/mpv-player/mpv
synced 2025-03-30 22:09:20 +02:00
Fix typo in comment
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24541 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
304a901fcf
commit
e9ea243fbd
@ -91,7 +91,7 @@ static int control(struct af_instance_s* af, int cmd, void* arg)
|
|||||||
af->data->bps == data->bps)
|
af->data->bps == data->bps)
|
||||||
return AF_DETACH;
|
return AF_DETACH;
|
||||||
|
|
||||||
// Check for errors in configuraton
|
// Check for errors in configuration
|
||||||
if((AF_OK != check_bps(data->bps)) ||
|
if((AF_OK != check_bps(data->bps)) ||
|
||||||
(AF_OK != check_format(data->format)) ||
|
(AF_OK != check_format(data->format)) ||
|
||||||
(AF_OK != check_bps(af->data->bps)) ||
|
(AF_OK != check_bps(af->data->bps)) ||
|
||||||
|
Loading…
x
Reference in New Issue
Block a user