diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index e7b66cdee2951a28a81712ff6e7d3acd88c1effb..f45c1c1de754c5f914890c182b695656e9df14c8 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 = {