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

vitor subversion
Tue May 27 18:50:51 CEST 2008


Author: vitor
Date: Tue May 27 18:50:48 2008
New Revision: 13469

Log:
Add comment

Modified:
   trunk/libavcodec/ra144.c

Modified: trunk/libavcodec/ra144.c
==============================================================================
--- trunk/libavcodec/ra144.c	(original)
+++ trunk/libavcodec/ra144.c	Tue May 27 18:50:48 2008
@@ -31,7 +31,7 @@
 
 /* internal globals */
 typedef struct {
-    unsigned int     old_energy;
+    unsigned int     old_energy;        ///< previous frame energy
 
     /* the swapped buffers */
     unsigned int     lpc_tables[4][10];




More information about the ffmpeg-cvslog mailing list