comparison truemotion1data.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents 4394344397d8
children 322023e630a6
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
20 * 20 *
21 * You should have received a copy of the GNU Lesser General Public 21 * You should have received a copy of the GNU Lesser General Public
22 * License along with FFmpeg; if not, write to the Free Software 22 * License along with FFmpeg; if not, write to the Free Software
23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
24 */ 24 */
25 #ifndef TRUEMOTION1DATA_H 25 #ifndef FFMPEG_TRUEMOTION1DATA_H
26 #define TRUEMOTION1DATA_H 26 #define FFMPEG_TRUEMOTION1DATA_H
27 27
28 #include <stdint.h> 28 #include <stdint.h>
29 #include <stdlib.h> 29 #include <stdlib.h>
30 30
31 /* Y delta tables, skinny and fat */ 31 /* Y delta tables, skinny and fat */
827 0x2,0x67, 827 0x2,0x67,
828 0x2,0x77 828 0x2,0x77
829 }; 829 };
830 830
831 static const uint8_t *tables[] = { pc_tbl2, pc_tbl3, pc_tbl4 }; 831 static const uint8_t *tables[] = { pc_tbl2, pc_tbl3, pc_tbl4 };
832 #endif 832
833 #endif /* FFMPEG_TRUEMOTION1DATA_H */