comparison avfft.h @ 12024:fdafbcef52f5 libavcodec

Fix grammar errors in documentation
author mru
date Wed, 30 Jun 2010 15:38:06 +0000
parents f468aac92300
children
comparison
equal deleted inserted replaced
12023:c7455450364d 12024:fdafbcef52f5
83 DCT_I, 83 DCT_I,
84 DST_I, 84 DST_I,
85 }; 85 };
86 86
87 /** 87 /**
88 * Sets up DCT. 88 * Set up DCT.
89 * @param nbits size of the input array: 89 * @param nbits size of the input array:
90 * (1 << nbits) for DCT-II, DCT-III and DST-I 90 * (1 << nbits) for DCT-II, DCT-III and DST-I
91 * (1 << nbits) + 1 for DCT-I 91 * (1 << nbits) + 1 for DCT-I
92 * 92 *
93 * @note the first element of the input of DST-I is ignored 93 * @note the first element of the input of DST-I is ignored