summaryrefslogtreecommitdiffstats
path: root/libmpdemux/muxer_mpeg.c
diff options
context:
space:
mode:
authorrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-05 01:26:09 +0000
committerrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-05 01:26:09 +0000
commit9d4d23cad621d6e41d167cfd5673aafb0382e049 (patch)
tree9803ee34b336a7ee1bd2ac5c70d09754e12481f1 /libmpdemux/muxer_mpeg.c
parentd5505c8f9ece3147ab3432cf0fdcc7cfb4db7e16 (diff)
downloadmpv-9d4d23cad621d6e41d167cfd5673aafb0382e049.tar.bz2
mpv-9d4d23cad621d6e41d167cfd5673aafb0382e049.tar.xz
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' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17092 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/muxer_mpeg.c')
-rw-r--r--libmpdemux/muxer_mpeg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmpdemux/muxer_mpeg.c b/libmpdemux/muxer_mpeg.c
index ae8bf551f1..d55aba9a55 100644
--- a/libmpdemux/muxer_mpeg.c
+++ b/libmpdemux/muxer_mpeg.c
@@ -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