0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02: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:
corey 2006-06-07 00:15:28 +00:00
parent 7fbe455e5e
commit fe633fe1ea
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ extern const GUID DMOCATEGORY_AUDIO_CAPTURE_EFFECT;
// Matches KSNODETYPE_ACOUSTIC_ECHO_CANCEL
extern const GUID DMOCATEGORY_ACOUSTIC_ECHO_CANCEL;
// Noise Supression
// Noise Suppression
// Matches KSNODETYPE_AUDIO_NOISE_SUPPRESS
extern const GUID DMOCATEGORY_AUDIO_NOISE_SUPPRESS;

View File

@ -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.
Supress 'sync errors' after reporting the first.
Suppress 'sync errors' after reporting the first.
return values:
-1) recapture (hole in data)