Mercurial > mplayer.hg
changeset 29222:1ce79aed275a
Add prototype for mp_a52_framesize().
This fixes an implicit declaration warning when liba52 is disabled.
author | diego |
---|---|
date | Tue, 05 May 2009 17:36:31 +0000 |
parents | 84ed872376f3 |
children | 3c13788cc259 |
files | libmpdemux/muxer_mpeg.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/muxer_mpeg.c Tue May 05 17:30:50 2009 +0000 +++ b/libmpdemux/muxer_mpeg.c Tue May 05 17:36:31 2009 +0000 @@ -214,6 +214,8 @@ {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;