[SCM] libav/experimental: Doxy comment
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:24:32 UTC 2013
The following commit has been merged in the experimental branch:
commit dc95111c098d513dc04e10ae0eab47e816e2e508
Author: Vitor Sessak <vitor1001 at gmail.com>
Date: Sun Jun 29 07:58:46 2008 +0000
Doxy comment
Originally committed as revision 14026 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/ra144.c b/libavcodec/ra144.c
index 4e0b2c7..53c86c1 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)
{
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list