diff ivi_common.h @ 11772:4a178e0051d6 libavcodec

moves indeo5 scan patterns into ivi_common.c so those can be shared by indeo4.
author maxim
date Wed, 26 May 2010 13:25:16 +0000
parents 55294f889a01
children 31dae9841fe1
line wrap: on
line diff
--- a/ivi_common.h	Wed May 26 10:38:48 2010 +0000
+++ b/ivi_common.h	Wed May 26 13:25:16 2010 +0000
@@ -68,6 +68,14 @@
 
 
 /**
+ *  Common scan patterns (defined in ivi_common.c)
+ */
+extern const uint8_t ivi_vertical_scan_8x8[64];
+extern const uint8_t ivi_horizontal_scan_8x8[64];
+extern const uint8_t ivi_direct_scan_4x4[16];
+
+
+/**
  *  run-value (RLE) table descriptor
  */
 typedef struct {