diff options
Diffstat (limited to 'src/demuxers/demux_mpgaudio.c')
-rw-r--r-- | src/demuxers/demux_mpgaudio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/demuxers/demux_mpgaudio.c b/src/demuxers/demux_mpgaudio.c index d9cb5a6f0..8f90ace65 100644 --- a/src/demuxers/demux_mpgaudio.c +++ b/src/demuxers/demux_mpgaudio.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: demux_mpgaudio.c,v 1.76 2002/11/03 20:09:30 guenter Exp $ + * $Id: demux_mpgaudio.c,v 1.77 2002/11/07 03:04:31 guenter Exp $ * * demultiplexer for mpeg audio (i.e. mp3) streams * @@ -40,9 +40,9 @@ #include "demux.h" #include "bswap.h" -/* + #define LOG -*/ + #define NUM_PREVIEW_BUFFERS 10 |