mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
d5505c8f9e
commit
9d4d23cad6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue