Commit f1e0b334 authored by michael's avatar michael

fix psp muxing (probably this fix is wrong but its better then nothing)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4086 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7b21c515
...@@ -1539,7 +1539,7 @@ static AVOutputFormat psp_oformat = { ...@@ -1539,7 +1539,7 @@ static AVOutputFormat psp_oformat = {
mov_write_header, mov_write_header,
mov_write_packet, mov_write_packet,
mov_write_trailer, mov_write_trailer,
.flags = AVFMT_GLOBALHEADER, // .flags = AVFMT_GLOBALHEADER,
}; };
static AVOutputFormat _3g2_oformat = { 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