[MPlayer-cvslog] r21667 - trunk/libmpdemux/demux_audio.c

reimar subversion at mplayerhq.hu
Mon Dec 18 16:15:21 CET 2006


Author: reimar
Date: Mon Dec 18 16:15:21 2006
New Revision: 21667

Modified:
   trunk/libmpdemux/demux_audio.c

Log:
doxify a comment


Modified: trunk/libmpdemux/demux_audio.c
==============================================================================
--- trunk/libmpdemux/demux_audio.c	(original)
+++ trunk/libmpdemux/demux_audio.c	Mon Dec 18 16:15:21 2006
@@ -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



More information about the MPlayer-cvslog mailing list