Mercurial > libavcodec.hg
changeset 12338:d62e974e36af libavcodec
Change a doxy comment to a normal one.
author | benoit |
---|---|
date | Mon, 02 Aug 2010 07:26:27 +0000 |
parents | aa0714243f88 |
children | 57fc7f2d7b28 |
files | wmaprodec.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/wmaprodec.c Mon Aug 02 07:25:25 2010 +0000 +++ b/wmaprodec.c Mon Aug 02 07:26:27 2010 +0000 @@ -296,7 +296,7 @@ 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);