summaryrefslogtreecommitdiff
path: root/libavcodec/ra144.c
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2008-06-29 07:58:46 +0000
committerVitor Sessak <vitor1001@gmail.com>2008-06-29 07:58:46 +0000
commitdc95111c098d513dc04e10ae0eab47e816e2e508 (patch)
tree5d9200e55d2d51c86c03d543e72eb25583032b0c /libavcodec/ra144.c
parent90ffc4902efdb842defa764307fc2cc4eaecb1b7 (diff)
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.c2
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)
{