提交 497d7991 编写于 作者: B Benoit Fouet

Change a doxy comment to a normal one.

Originally committed as revision 24662 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 1aa15491
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册