summaryrefslogtreecommitdiff
path: root/libavcodec/twinvq.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-04-17 19:44:33 +0200
committerDiego Biurrun <diego@biurrun.de>2011-04-23 14:23:20 +0200
commit046f3cb78903cd04846c49345b473244f095f1a5 (patch)
treef4f87c07e44cf2963cbaf5c4690b67c7fbe424bf /libavcodec/twinvq.c
parentf50d9377252431114e89514cf528825936efcbd9 (diff)
vorbis: Rename decoder/encoder files to follow general file naming scheme.
Diffstat (limited to 'libavcodec/twinvq.c')
-rw-r--r--libavcodec/twinvq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/twinvq.c b/libavcodec/twinvq.c
index e1a8dc455b..985f71c8ca 100644
--- a/libavcodec/twinvq.c
+++ b/libavcodec/twinvq.c
@@ -234,7 +234,7 @@ static void memset_float(float *buf, float val, int size)
* be a multiple of four.
* @return the LPC value
*
- * @todo reuse code from vorbis_dec.c: vorbis_floor0_decode
+ * @todo reuse code from Vorbis decoder: vorbis_floor0_decode
*/
static float eval_lpc_spectrum(const float *lsp, float cos_val, int order)
{