1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-04 18:29:59 +02:00

Doxy comment

Originally committed as revision 14026 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Vitor Sessak 2008-06-29 07:58:46 +00:00
parent 90ffc4902e
commit dc95111c09

View File

@ -323,7 +323,7 @@ static int interp(RA144Context *ractx, int16_t *out, int block_num,
}
}
/* Uncompress one block (20 bytes -> 160*2 bytes) */
/** Uncompress one block (20 bytes -> 160*2 bytes) */
static int ra144_decode_frame(AVCodecContext * avctx, void *vdata,
int *data_size, const uint8_t *buf, int buf_size)
{