# HG changeset patch # User reimar # Date 1166454921 0 # Node ID 54aef84a6b5013a0e2eb31e5ce0c6808923ca393 # Parent 0463916369ed5e822f1abb1ae4d62bef07f7d02a doxify a comment diff -r 0463916369ed -r 54aef84a6b50 libmpdemux/demux_audio.c --- a/libmpdemux/demux_audio.c Mon Dec 18 15:14:23 2006 +0000 +++ b/libmpdemux/demux_audio.c Mon Dec 18 15:15:21 2006 +0000 @@ -31,7 +31,7 @@ //! rather arbitrary value for maximum length of wav-format headers #define MAX_WAVHDR_LEN (1 * 1024 * 1024) -// how many valid frames in a row we need before accepting as valid MP3 +//! how many valid frames in a row we need before accepting as valid MP3 #define MIN_MP3_HDRS 12 //! Used to describe a potential (chain of) MP3 headers we found