comparison libmpdemux/yuv4mpeg_intern.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 3f0d00abc073
children 3e373afedba2
comparison
equal deleted inserted replaced
26028:afd429e00184 26029:4129c8cfa742
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 MPLAYER_YUV4MPEG_INTERN_H
23 #define YUV4MPEG_INTERN_H 23 #define MPLAYER_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 /* MPLAYER_YUV4MPEG_INTERN_H */