From 50234882e55af2edbf0f4c7e2645201cb1735b50 Mon Sep 17 00:00:00 2001 From: Mike Melanson Date: Sat, 8 Feb 2003 16:01:09 +0000 Subject: remove irrelevant comment CVS patchset: 4120 CVS date: 2003/02/08 16:01:09 --- src/demuxers/demux_ac3.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/demuxers/demux_ac3.c b/src/demuxers/demux_ac3.c index fad893623..3ca64277b 100644 --- a/src/demuxers/demux_ac3.c +++ b/src/demuxers/demux_ac3.c @@ -21,7 +21,7 @@ * This demuxer detects raw AC3 data in a file and shovels AC3 data * directly to the AC3 decoder. * - * $Id: demux_ac3.c,v 1.3 2003/01/29 03:36:04 tmmm Exp $ + * $Id: demux_ac3.c,v 1.4 2003/02/08 16:01:09 tmmm Exp $ * */ @@ -60,7 +60,7 @@ typedef struct { int status; int seek_flag; - int sample_rate; /* 0 = 48KHz, 1 = 44.1KHz, 2 = 32KHz */ + int sample_rate; int frame_size; int running_time; -- cgit v1.2.3