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:
diego 2009-05-05 17:36:31 +00:00
parent ab5760ab33
commit bcb63539f4
1 changed files with 2 additions and 0 deletions

View File

@ -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;