[FFmpeg-cvslog] r24662 - trunk/libavcodec/wmaprodec.c
benoit
subversion
Mon Aug 2 09:26:27 CEST 2010
Author: benoit
Date: Mon Aug 2 09:26:27 2010
New Revision: 24662
Log:
Change a doxy comment to a normal one.
Modified:
trunk/libavcodec/wmaprodec.c
Modified: trunk/libavcodec/wmaprodec.c
==============================================================================
--- trunk/libavcodec/wmaprodec.c Mon Aug 2 09:25:25 2010 (r24661)
+++ trunk/libavcodec/wmaprodec.c Mon Aug 2 09:26:27 2010 (r24662)
@@ -296,7 +296,7 @@ static av_cold int decode_init(AVCodecCo
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);
More information about the ffmpeg-cvslog
mailing list