OSDN Git Service

Add comment
authorVitor Sessak <vitor1001@gmail.com>
Tue, 27 May 2008 16:50:48 +0000 (16:50 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Tue, 27 May 2008 16:50:48 +0000 (16:50 +0000)
Originally committed as revision 13469 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/ra144.c

index 10bfbf9..55628bb 100644 (file)
@@ -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];