summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-09-10 10:46:50 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-09-10 10:46:50 +0000
commit2187d9482edb98c7060266a9dc9fda314ae7e7be (patch)
treebb52e6b5a9cfe05f59898b4ccc169c1ca6a0bdfd
parent09770af869dad68cff635256e7ff2e2596552efa (diff)
theres no SVQ1 encoder -> it cant be default
Originally committed as revision 2252 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavformat/movenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index 14e5eb1f96..2e9444d78f 100644
--- a/libavformat/movenc.c
+++ b/libavformat/movenc.c
@@ -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,