comparison libmpdemux/yuv4mpeg_intern.h @ 23689:3f0d00abc073

Do not use leading underscores in multiple inclusion guards, they are reserved.
author diego
date Mon, 02 Jul 2007 22:34:45 +0000
parents 36589811e5d0
children 4129c8cfa742
comparison
equal deleted inserted replaced
23688:3454aed9d083 23689:3f0d00abc073
17 * You should have received a copy of the GNU General Public License 17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software 18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22 #ifndef __YUV4MPEG_INTERN_H__ 22 #ifndef YUV4MPEG_INTERN_H
23 #define __YUV4MPEG_INTERN_H__ 23 #define YUV4MPEG_INTERN_H
24 24
25 25
26 #define Y4M_MAGIC "YUV4MPEG2" 26 #define Y4M_MAGIC "YUV4MPEG2"
27 #define Y4M_FRAME_MAGIC "FRAME" 27 #define Y4M_FRAME_MAGIC "FRAME"
28 28
73 #define Y4M_DAR_MPEG2_1 { 1, 1} 73 #define Y4M_DAR_MPEG2_1 { 1, 1}
74 #define Y4M_DAR_MPEG2_2 { 4, 3 } 74 #define Y4M_DAR_MPEG2_2 { 4, 3 }
75 #define Y4M_DAR_MPEG2_3 { 16, 9 } 75 #define Y4M_DAR_MPEG2_3 { 16, 9 }
76 #define Y4M_DAR_MPEG2_4 { 221, 100 } 76 #define Y4M_DAR_MPEG2_4 { 221, 100 }
77 77
78 #endif /* __YUV4MPEG_INTERN_H__ */ 78 #endif /* YUV4MPEG_INTERN_H */