diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-06-29 07:58:46 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-06-29 07:58:46 +0000 |
commit | dc95111c098d513dc04e10ae0eab47e816e2e508 (patch) | |
tree | 5d9200e55d2d51c86c03d543e72eb25583032b0c /libavcodec/ra144.c | |
parent | 90ffc4902efdb842defa764307fc2cc4eaecb1b7 (diff) | |
download | ffmpeg-dc95111c098d513dc04e10ae0eab47e816e2e508.tar.gz |
Doxy comment
Originally committed as revision 14026 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ra144.c')
-rw-r--r-- | libavcodec/ra144.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ra144.c b/libavcodec/ra144.c index 4e0b2c7a9a..53c86c1411 100644 --- a/libavcodec/ra144.c +++ b/libavcodec/ra144.c @@ -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) { |