summaryrefslogtreecommitdiff
path: root/libavcodec/qdm2.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-07 21:47:44 +0000
committerMåns Rullgård <mans@mansr.com>2010-03-07 21:47:44 +0000
commit41ea18fb0db3c22943458e23d604158f2c95d4ca (patch)
tree91152cc29a4c953d1b483018956f9dcbd761eb8e /libavcodec/qdm2.c
parent3bd8a2ef6c39caba25627ec6a608a15d07f3f8bb (diff)
Give RDFT types more meaningful names
Originally committed as revision 22290 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/qdm2.c')
-rw-r--r--libavcodec/qdm2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/qdm2.c b/libavcodec/qdm2.c
index dcfa5320d7..797a464b84 100644
--- a/libavcodec/qdm2.c
+++ b/libavcodec/qdm2.c
@@ -1928,7 +1928,7 @@ static av_cold int qdm2_decode_init(AVCodecContext *avctx)
return -1;
}
- ff_rdft_init(&s->rdft_ctx, s->fft_order, IRDFT);
+ ff_rdft_init(&s->rdft_ctx, s->fft_order, IDFT_C2R);
qdm2_init(s);