OSDN Git Service

Change a doxy comment to a normal one.
authorBenoit Fouet <benoit.fouet@free.fr>
Mon, 2 Aug 2010 07:26:27 +0000 (07:26 +0000)
committerBenoit Fouet <benoit.fouet@free.fr>
Mon, 2 Aug 2010 07:26:27 +0000 (07:26 +0000)
Originally committed as revision 24662 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/wmaprodec.c

index 8c43e46..742896d 100644 (file)
@@ -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);