diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-06-23 20:26:57 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-06-23 20:26:57 +0000 |
commit | 42b1459439a86c897a541a08bae48e86132b41c3 (patch) | |
tree | 43d50f009dbe88e6937da3cd5ed8bfcae0a4e5ea /libavcodec/ra144.c | |
parent | d1024e0719cc5265347c3749da912daea36a8b27 (diff) | |
download | ffmpeg-42b1459439a86c897a541a08bae48e86132b41c3.tar.gz |
Remove useless comment
Originally committed as revision 13923 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ra144.c')
-rw-r--r-- | libavcodec/ra144.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/ra144.c b/libavcodec/ra144.c index f5d1be3ec0..0fc1261575 100644 --- a/libavcodec/ra144.c +++ b/libavcodec/ra144.c @@ -31,7 +31,6 @@ typedef struct { unsigned int old_energy; ///< previous frame energy - /* the swapped buffers */ unsigned int lpc_tables[2][10]; unsigned int *lpc_coef; ///< LPC coefficients unsigned int *lpc_coef_old; ///< previous frame LPC coefficients |