comparison h261data.h @ 5163:9ecbfc0c82bf libavcodec

add multiple inclusion guards to headers
author mru
date Sun, 17 Jun 2007 00:01:30 +0000
parents 4394344397d8
children 3fd46e281bd8
comparison
equal deleted inserted replaced
5162:4394344397d8 5163:9ecbfc0c82bf
21 21
22 /** 22 /**
23 * @file h261data.h 23 * @file h261data.h
24 * H.261 tables. 24 * H.261 tables.
25 */ 25 */
26
27 #ifndef AVCODEC_H261DATA_H
28 #define AVCODEC_H261DATA_H
26 29
27 #include <stdint.h> 30 #include <stdint.h>
28 #include "h261.h" 31 #include "h261.h"
29 32
30 // H.261 VLC table for macroblock addressing 33 // H.261 VLC table for macroblock addressing
155 64, 158 64,
156 h261_tcoeff_vlc, 159 h261_tcoeff_vlc,
157 h261_tcoeff_run, 160 h261_tcoeff_run,
158 h261_tcoeff_level, 161 h261_tcoeff_level,
159 }; 162 };
163
164 #endif