mirror of
https://github.com/mpv-player/mpv
synced 2025-01-03 05:22:23 +00:00
Change "Supress" to "Suppress" in a couple comments.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18614 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7fbe455e5e
commit
fe633fe1ea
@ -23,7 +23,7 @@ extern const GUID DMOCATEGORY_AUDIO_CAPTURE_EFFECT;
|
|||||||
// Matches KSNODETYPE_ACOUSTIC_ECHO_CANCEL
|
// Matches KSNODETYPE_ACOUSTIC_ECHO_CANCEL
|
||||||
extern const GUID DMOCATEGORY_ACOUSTIC_ECHO_CANCEL;
|
extern const GUID DMOCATEGORY_ACOUSTIC_ECHO_CANCEL;
|
||||||
|
|
||||||
// Noise Supression
|
// Noise Suppression
|
||||||
// Matches KSNODETYPE_AUDIO_NOISE_SUPPRESS
|
// Matches KSNODETYPE_AUDIO_NOISE_SUPPRESS
|
||||||
extern const GUID DMOCATEGORY_AUDIO_NOISE_SUPPRESS;
|
extern const GUID DMOCATEGORY_AUDIO_NOISE_SUPPRESS;
|
||||||
|
|
||||||
|
@ -629,7 +629,7 @@ long ogg_sync_pageseek(ogg_sync_state *oy,ogg_page *og){
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* sync the stream and get a page. Keep trying until we find a page.
|
/* sync the stream and get a page. Keep trying until we find a page.
|
||||||
Supress 'sync errors' after reporting the first.
|
Suppress 'sync errors' after reporting the first.
|
||||||
|
|
||||||
return values:
|
return values:
|
||||||
-1) recapture (hole in data)
|
-1) recapture (hole in data)
|
||||||
|
Loading…
Reference in New Issue
Block a user