comparison nav_types.h @ 22:447c5319a522 src

Convert all ISO8859-1 sequences to proper UTF-8.
author diego
date Sun, 14 Sep 2008 16:00:48 +0000
parents 4aa618ae094f
children ac07d427fbc6
comparison
equal deleted inserted replaced
21:4aa618ae094f 22:447c5319a522
1 #ifndef NAV_TYPES_H_INCLUDED 1 #ifndef NAV_TYPES_H_INCLUDED
2 #define NAV_TYPES_H_INCLUDED 2 #define NAV_TYPES_H_INCLUDED
3 3
4 /* 4 /*
5 * Copyright (C) 2000, 2001, 2002 Håkan Hjort <d95hjort@dtek.chalmers.se> 5 * Copyright (C) 2000, 2001, 2002 HÃ¥kan Hjort <d95hjort@dtek.chalmers.se>
6 * 6 *
7 * The data structures in this file should represent the layout of the 7 * The data structures in this file should represent the layout of the
8 * pci and dsi packets as they are stored in the stream. Information 8 * pci and dsi packets as they are stored in the stream. Information
9 * found by reading the source to VOBDUMP is the base for the structure 9 * found by reading the source to VOBDUMP is the base for the structure
10 * and names of these data types. 10 * and names of these data types.