summaryrefslogtreecommitdiff
path: root/libavcodec/ra144.c
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2008-05-27 16:50:48 +0000
committerVitor Sessak <vitor1001@gmail.com>2008-05-27 16:50:48 +0000
commitd26a180fd672dcd0a838c7bdd8a052f9e6a35486 (patch)
tree8d5d084f173a9219ebd2a0f98388a11c21105087 /libavcodec/ra144.c
parent1fe50db3f2429cf84e0305d959a9db9ed7f22588 (diff)
Add comment
Originally committed as revision 13469 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 10bfbf914a..55628bbb18 100644
--- a/libavcodec/ra144.c
+++ b/libavcodec/ra144.c
@@ -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];