From ced225a762119bf1ed6fbb655a06942e1790a69f Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 27 Mar 2005 00:16:17 +0000 Subject: [PATCH] fix psp muxing (probably this fix is wrong but its better then nothing) Originally committed as revision 4086 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/movenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/movenc.c b/libavformat/movenc.c index e7b66cdee2..f45c1c1de7 100644 --- a/libavformat/movenc.c +++ b/libavformat/movenc.c @@ -1539,7 +1539,7 @@ static AVOutputFormat psp_oformat = { mov_write_header, mov_write_packet, mov_write_trailer, - .flags = AVFMT_GLOBALHEADER, +// .flags = AVFMT_GLOBALHEADER, }; static AVOutputFormat _3g2_oformat = {