summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-18 15:15:21 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-18 15:15:21 +0000
commit7ac56b70b84d691e281d5aeab4cf2a684ca3d628 (patch)
tree92b4ad9f9c2aa5ae7bf2f7c7847592942c143f53 /libmpdemux
parent9526342555fb93e3dbb78ee67254380ea4ea25bf (diff)
downloadmpv-7ac56b70b84d691e281d5aeab4cf2a684ca3d628.tar.bz2
mpv-7ac56b70b84d691e281d5aeab4cf2a684ca3d628.tar.xz
doxify a comment
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21667 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/demux_audio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/demux_audio.c b/libmpdemux/demux_audio.c
index ae73fa852a..5c0bd7f94b 100644
--- a/libmpdemux/demux_audio.c
+++ b/libmpdemux/demux_audio.c
@@ -31,7 +31,7 @@ typedef struct da_priv {
//! 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