diff options
author | Juergen Keil <jkeil@users.sourceforge.net> | 2001-10-18 14:32:28 +0000 |
---|---|---|
committer | Juergen Keil <jkeil@users.sourceforge.net> | 2001-10-18 14:32:28 +0000 |
commit | c19c9b4e2690724ef09066b37cfabdc81c171c06 (patch) | |
tree | 82cfbb79eabcaf2434126fc4bebcb79d4c4f8547 | |
parent | 89dbd23391d7232d78cdd84fb6ded33376f3af8c (diff) | |
download | xine-lib-c19c9b4e2690724ef09066b37cfabdc81c171c06.tar.gz xine-lib-c19c9b4e2690724ef09066b37cfabdc81c171c06.tar.bz2 |
fix comment
CVS patchset: 829
CVS date: 2001/10/18 14:32:28
-rw-r--r-- | src/liblpcm/xine_decoder.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/liblpcm/xine_decoder.c b/src/liblpcm/xine_decoder.c index fcf7f36da..25d0d4362 100644 --- a/src/liblpcm/xine_decoder.c +++ b/src/liblpcm/xine_decoder.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_decoder.c,v 1.11 2001/09/23 15:19:36 jkeil Exp $ + * $Id: xine_decoder.c,v 1.12 2001/10/18 14:32:28 jkeil Exp $ * * 31-8-2001 Added LPCM rate sensing. * (c) 2001 James Courtier-Dutton James@superbug.demon.co.uk @@ -93,8 +93,8 @@ void lpcm_decode_data (audio_decoder_t *this_gen, buf_element_t *buf) { if (!this->output_open) { /* - * with dvdnav we not get a preview buffer with audio format information - * (buf->decoder_info[0] == 0). + * with dvdnav we do not get a preview buffer with audio format + * information (buf->decoder_info[0] == 0). * grab the audio format from the first audio data buffer, in case * the audio format is not yet known. */ |