Commit 2187d948 authored by Michael Niedermayer's avatar Michael Niedermayer

theres no SVQ1 encoder -> it cant be default

Originally committed as revision 2252 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 09770af8
...@@ -785,7 +785,7 @@ static AVOutputFormat mov_oformat = { ...@@ -785,7 +785,7 @@ static AVOutputFormat mov_oformat = {
"mov", "mov",
sizeof(MOVContext), sizeof(MOVContext),
CODEC_ID_MP2, CODEC_ID_MP2,
CODEC_ID_SVQ1, CODEC_ID_MPEG4,
mov_write_header, mov_write_header,
mov_write_packet, mov_write_packet,
mov_write_trailer, 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