diff cavsdata.h @ 4177:127d84a4c8e0 libavcodec

move all cavs-parsing to cavs.c This should help building parser without decoder
author stefang
date Sun, 12 Nov 2006 20:18:07 +0000
parents c8c591fe26f8
children 6c457e692336
line wrap: on
line diff
--- a/cavsdata.h	Sun Nov 12 20:08:09 2006 +0000
+++ b/cavsdata.h	Sun Nov 12 20:18:07 2006 +0000
@@ -131,6 +131,7 @@
   MV_BWD_X3
 };
 
+#ifdef CONFIG_CAVS_DECODER
 static const uint8_t partition_flags[30] = {
   0,                                 //I_8X8
   0,                                 //P_SKIP
@@ -639,3 +640,4 @@
 static const int_fast8_t top_modifier_l[8]  = {-1, 1, 5,-1,-1, 5, 7, 7};
 static const int_fast8_t left_modifier_c[7] = { 5,-1, 2,-1, 6, 5, 6};
 static const int_fast8_t top_modifier_c[7]  = { 4, 1,-1,-1, 4, 6, 6};
+#endif /* CONFIG_CAVS_DECODER */