comparison libmpdemux/muxer_mpeg.c @ 17091:d07a2414c660

fix muxer_mpeg.c:2315: warning: implicit declaration of function 'mp_get_mp3_header' muxer_mpeg.c:2339: warning: implicit declaration of function 'a52_syncinfo'
author rathann
date Mon, 05 Dec 2005 01:26:09 +0000
parents e84e5e9e9ef4
children 9e20b0073d9b
comparison
equal deleted inserted replaced
17090:49cc83ac227f 17091:d07a2414c660
18 #include "stream.h" 18 #include "stream.h"
19 #include "demuxer.h" 19 #include "demuxer.h"
20 #include "stheader.h" 20 #include "stheader.h"
21 #include "m_option.h" 21 #include "m_option.h"
22 #include "mpeg_hdr.h" 22 #include "mpeg_hdr.h"
23 #include "mp3_hdr.h"
24 #include "liba52/a52.h"
23 25
24 #define PACK_HEADER_START_CODE 0x01ba 26 #define PACK_HEADER_START_CODE 0x01ba
25 #define SYSTEM_HEADER_START_CODE 0x01bb 27 #define SYSTEM_HEADER_START_CODE 0x01bb
26 #define PSM_START_CODE 0x01bc 28 #define PSM_START_CODE 0x01bc
27 29