Skip to content
Snippets Groups Projects
Commit 21ddfa0d authored by Ralph Giles's avatar Ralph Giles
Browse files

Fix an unused variable warning.

svn path=/trunk/theora/; revision=19178
parent f38468a8
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@
#if defined(OC_X86_ASM)
#if defined(OC_STATE_USE_VTABLE)
/*This table has been modified from OC_FZIG_ZAG by baking a 4x4 transpose into
each quadrant of the destination.*/
static const unsigned char OC_FZIG_ZAG_MMX[128]={
......@@ -39,6 +40,7 @@ static const unsigned char OC_FZIG_ZAG_MMX[128]={
64,64,64,64,64,64,64,64,
64,64,64,64,64,64,64,64
};
#endif
/*This table has been modified from OC_FZIG_ZAG by baking an 8x8 transpose into
the destination.*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment