[FFmpeg-cvslog] r14026 - trunk/libavcodec/ra144.c

vitor subversion
Sun Jun 29 09:58:46 CEST 2008


Author: vitor
Date: Sun Jun 29 09:58:46 2008
New Revision: 14026

Log:
Doxy comment

Modified:
   trunk/libavcodec/ra144.c

Modified: trunk/libavcodec/ra144.c
==============================================================================
--- trunk/libavcodec/ra144.c	(original)
+++ trunk/libavcodec/ra144.c	Sun Jun 29 09:58:46 2008
@@ -323,7 +323,7 @@ static int interp(RA144Context *ractx, i
     }
 }
 
-/* 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)
 {




More information about the ffmpeg-cvslog mailing list