summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,