Commit 8c5651ac authored by michaelni's avatar michaelni

theres no SVQ1 encoder -> it cant be default


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2252 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a2ad86f9
......@@ -785,7 +785,7 @@ static AVOutputFormat mov_oformat = {
"mov",
sizeof(MOVContext),
CODEC_ID_MP2,
CODEC_ID_SVQ1,
CODEC_ID_MPEG4,
mov_write_header,
mov_write_packet,
mov_write_trailer,
......
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