diff libmpdemux/muxer_mpeg.c @ 31864:d277ede2b207

Add missing header for mp_a52_framesize, fixes the warning: libmpdemux/muxer_mpeg.c:2124: warning: implicit declaration of function 'mp_a52_framesize'
author diego
date Sat, 07 Aug 2010 19:35:57 +0000
parents fe2e3c755706
children 76f94c00a69f
line wrap: on
line diff
--- a/libmpdemux/muxer_mpeg.c	Sat Aug 07 18:23:31 2010 +0000
+++ b/libmpdemux/muxer_mpeg.c	Sat Aug 07 19:35:57 2010 +0000
@@ -39,6 +39,7 @@
 #include "aac_hdr.h"
 #include "mpeg_hdr.h"
 #include "mp3_hdr.h"
+#include "parse_es.h"
 
 
 #define PACK_HEADER_START_CODE 0x01ba