Commit ced225a7 authored by Michael Niedermayer's avatar Michael Niedermayer

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
parent 083b80b5
......@@ -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 = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment