# HG changeset patch # User rathann # Date 1133745969 0 # Node ID d07a2414c66098278aa91ceed045bb36134d7aa1 # Parent 49cc83ac227f2ce0ad3e2825c3b071b0443fd53f 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' diff -r 49cc83ac227f -r d07a2414c660 libmpdemux/muxer_mpeg.c --- a/libmpdemux/muxer_mpeg.c Mon Dec 05 01:25:31 2005 +0000 +++ b/libmpdemux/muxer_mpeg.c Mon Dec 05 01:26:09 2005 +0000 @@ -20,6 +20,8 @@ #include "stheader.h" #include "m_option.h" #include "mpeg_hdr.h" +#include "mp3_hdr.h" +#include "liba52/a52.h" #define PACK_HEADER_START_CODE 0x01ba #define SYSTEM_HEADER_START_CODE 0x01bb