diff libmpcodecs/ae_lame.c @ 21660:ca9da45d13e9

muxers now write to output muxer->stream rather than to muxer->file
author nicodvb
date Mon, 18 Dec 2006 21:03:59 +0000
parents 5cd2a0041019
children 3c2b4a866c6a
line wrap: on
line diff
--- a/libmpcodecs/ae_lame.c	Mon Dec 18 20:56:24 2006 +0000
+++ b/libmpcodecs/ae_lame.c	Mon Dec 18 21:03:59 2006 +0000
@@ -8,6 +8,7 @@
 #include "mp_msg.h"
 #include "aviheader.h"
 #include "ms_hdr.h"
+#include "stream.h"
 #include "muxer.h"
 #include "help_mp.h"
 #include "ae_pcm.h"