comparison ivi_common.h @ 11778:31dae9841fe1 libavcodec

Add the forgotten ff_ prefix to the shareable scan patterns.
author maxim
date Wed, 26 May 2010 20:22:29 +0000
parents 4a178e0051d6
children 46a7546ad744
comparison
equal deleted inserted replaced
11777:82a880c86afd 11778:31dae9841fe1
68 68
69 69
70 /** 70 /**
71 * Common scan patterns (defined in ivi_common.c) 71 * Common scan patterns (defined in ivi_common.c)
72 */ 72 */
73 extern const uint8_t ivi_vertical_scan_8x8[64]; 73 extern const uint8_t ff_ivi_vertical_scan_8x8[64];
74 extern const uint8_t ivi_horizontal_scan_8x8[64]; 74 extern const uint8_t ff_ivi_horizontal_scan_8x8[64];
75 extern const uint8_t ivi_direct_scan_4x4[16]; 75 extern const uint8_t ff_ivi_direct_scan_4x4[16];
76 76
77 77
78 /** 78 /**
79 * run-value (RLE) table descriptor 79 * run-value (RLE) table descriptor
80 */ 80 */