diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-03-27 00:16:17 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-03-27 00:16:17 +0000 |
commit | ced225a762119bf1ed6fbb655a06942e1790a69f (patch) | |
tree | c23dc603207966be24693044b059079101d44d53 | |
parent | 083b80b53aa8c290a057f2a865b68fd851de50e5 (diff) | |
download | ffmpeg-ced225a762119bf1ed6fbb655a06942e1790a69f.tar.gz |
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
-rw-r--r-- | libavformat/movenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |