diff options
author | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-12-18 21:03:59 +0000 |
---|---|---|
committer | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-12-18 21:03:59 +0000 |
commit | cf099b21004558223ed3132dc42d37f5f814541e (patch) | |
tree | 1f69aaeaefe8da1ebb4b82bf63be442783c163c0 /libmpcodecs/ae_lame.c | |
parent | ac9465059730747f59b07ad00b5daebbbece8c9f (diff) | |
download | mpv-cf099b21004558223ed3132dc42d37f5f814541e.tar.bz2 mpv-cf099b21004558223ed3132dc42d37f5f814541e.tar.xz |
muxers now write to output muxer->stream rather than to muxer->file
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21676 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/ae_lame.c')
-rw-r--r-- | libmpcodecs/ae_lame.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpcodecs/ae_lame.c b/libmpcodecs/ae_lame.c index aa99972570..f7b74a94b7 100644 --- a/libmpcodecs/ae_lame.c +++ b/libmpcodecs/ae_lame.c @@ -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" |