mirror of
https://github.com/mpv-player/mpv
synced 2024-12-12 01:46:16 +00:00
Add prototype for mp_a52_framesize().
This fixes an implicit declaration warning when liba52 is disabled. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29264 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ab5760ab33
commit
bcb63539f4
@ -214,6 +214,8 @@ m_option_t mpegopts_conf[] = {
|
||||
{NULL, NULL, 0, 0, 0, 0, NULL}
|
||||
};
|
||||
|
||||
int mp_a52_framesize(uint8_t *buf, int *srate);
|
||||
|
||||
static void fix_audio_sys_header(muxer_priv_t *priv, uint8_t id, uint8_t newid, uint32_t size)
|
||||
{
|
||||
uint8_t i;
|
||||
|
Loading…
Reference in New Issue
Block a user