changeset 21651:54aef84a6b50

doxify a comment
author reimar
date Mon, 18 Dec 2006 15:15:21 +0000
parents 0463916369ed
children 7b900b866126
files libmpdemux/demux_audio.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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