[MPlayer-cvslog] r29264 - trunk/libmpdemux/muxer_mpeg.c
diego
subversion at mplayerhq.hu
Tue May 5 19:36:31 CEST 2009
Author: diego
Date: Tue May 5 19:36:31 2009
New Revision: 29264
Log:
Add prototype for mp_a52_framesize().
This fixes an implicit declaration warning when liba52 is disabled.
Modified:
trunk/libmpdemux/muxer_mpeg.c
Modified: trunk/libmpdemux/muxer_mpeg.c
==============================================================================
--- trunk/libmpdemux/muxer_mpeg.c Tue May 5 19:30:50 2009 (r29263)
+++ trunk/libmpdemux/muxer_mpeg.c Tue May 5 19:36:31 2009 (r29264)
@@ -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;
More information about the MPlayer-cvslog
mailing list