comparison vp8data.h @ 11930:1e8556438209 libavcodec

Fix a typo, spotted by Diego.
author rbultje
date Wed, 23 Jun 2010 13:02:05 +0000
parents f2007d7c3f1d
children 176c5deb6756
comparison
equal deleted inserted replaced
11929:2db24012361b 11930:1e8556438209
19 * You should have received a copy of the GNU Lesser General Public 19 * You should have received a copy of the GNU Lesser General Public
20 * License along with FFmpeg; if not, write to the Free Software 20 * License along with FFmpeg; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 */ 22 */
23 23
24 // TODO: move these #define ane enum to a better header... 24 // TODO: move these #define and enum to a better header...
25 25
26 #define VP8_MAX_QUANT 127 26 #define VP8_MAX_QUANT 127
27 27
28 enum dct_token { 28 enum dct_token {
29 DCT_0, 29 DCT_0,