diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2007-01-12 10:24:29 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-01-12 10:24:29 +0000 |
commit | 675f4c10de525e38ac9e8df47690dbc3af5b7d05 (patch) | |
tree | 0f3b97081b663674896223df8b88dda8d07dfdb9 /ext/gsm | |
parent | 9562fe4f165ba58215b1565c6e26e14073e646d9 (diff) |
ext/gsm/gstgsmenc.c: Fix typo in docs.
Original commit message from CVS:
* ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
Fix typo in docs.
Diffstat (limited to 'ext/gsm')
-rw-r--r-- | ext/gsm/gstgsmenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gsm/gstgsmenc.c b/ext/gsm/gstgsmenc.c index a791b8846..47636f994 100644 --- a/ext/gsm/gstgsmenc.c +++ b/ext/gsm/gstgsmenc.c @@ -150,7 +150,7 @@ gst_gsmenc_init (GstGSMEnc * gsmenc) gsmenc->state = gsm_create (); - /* turn on WAV49 handling */ + /* turn off WAV49 handling */ use_wav49 = 0; gsm_option (gsmenc->state, GSM_OPT_WAV49, &use_wav49); |