comparison libmpdemux/mpeg_hdr.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 6ac1ece1f9fe
children d643e4643313
comparison
equal deleted inserted replaced
26028:afd429e00184 26029:4129c8cfa742
1 #ifndef MPEG_HDR_H 1 #ifndef MPLAYER_MPEG_HDR_H
2 #define MPEG_HDR_H 2 #define MPLAYER_MPEG_HDR_H
3 3
4 typedef struct { 4 typedef struct {
5 // video info: 5 // video info:
6 int mpeg1; // 0=mpeg2 1=mpeg1 6 int mpeg1; // 0=mpeg2 1=mpeg1
7 int display_picture_width; 7 int display_picture_width;
28 int mp4_header_process_vol(mp_mpeg_header_t * picture, unsigned char * buffer); 28 int mp4_header_process_vol(mp_mpeg_header_t * picture, unsigned char * buffer);
29 void mp4_header_process_vop(mp_mpeg_header_t * picture, unsigned char * buffer); 29 void mp4_header_process_vop(mp_mpeg_header_t * picture, unsigned char * buffer);
30 int h264_parse_sps(mp_mpeg_header_t * picture, unsigned char * buf, int len); 30 int h264_parse_sps(mp_mpeg_header_t * picture, unsigned char * buf, int len);
31 int mp_vc1_decode_sequence_header(mp_mpeg_header_t * picture, unsigned char * buf, int len); 31 int mp_vc1_decode_sequence_header(mp_mpeg_header_t * picture, unsigned char * buf, int len);
32 32
33 #endif /* MPEG_HDR_H */ 33 #endif /* MPLAYER_MPEG_HDR_H */