diff options
author | Benoit Fouet <benoit.fouet@free.fr> | 2010-08-02 07:26:27 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2010-08-02 07:26:27 +0000 |
commit | 497d7991b5746307bb5d900bd87ba97463c55f04 (patch) | |
tree | 7ecb0b053929bb4d1ff3e0e95f406d343283f683 /libavcodec | |
parent | 1aa15491f2ddd1254c4a946ceb6e50e44bd3593f (diff) | |
download | ffmpeg-497d7991b5746307bb5d900bd87ba97463c55f04.tar.gz |
Change a doxy comment to a normal one.
Originally committed as revision 24662 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/wmaprodec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/wmaprodec.c b/libavcodec/wmaprodec.c index 8c43e46553..742896d42e 100644 --- a/libavcodec/wmaprodec.c +++ b/libavcodec/wmaprodec.c @@ -296,7 +296,7 @@ static av_cold int decode_init(AVCodecContext *avctx) s->log2_frame_size = av_log2(avctx->block_align) + 4; /** frame info */ - s->skip_frame = 1; /** skip first frame */ + s->skip_frame = 1; /* skip first frame */ s->packet_loss = 1; s->len_prefix = (s->decode_flags & 0x40); |