From 22cf0455900adb1499763f12e8339987d85fe8c5 Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michaelni@gmx.at>
Date: Thu, 17 Apr 2003 19:56:33 +0000
Subject: [PATCH] we really shouldnt use M$* as default codec -> use MPEG4 as
 default

Originally committed as revision 1785 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavformat/avienc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/avienc.c b/libavformat/avienc.c
index a2c6ffbd71c..469502fee21 100644
--- a/libavformat/avienc.c
+++ b/libavformat/avienc.c
@@ -560,7 +560,7 @@ static AVOutputFormat avi_oformat = {
     "avi",
     sizeof(AVIContext),
     CODEC_ID_MP2,
-    CODEC_ID_MSMPEG4V3,
+    CODEC_ID_MPEG4,
     avi_write_header,
     avi_write_packet,
     avi_write_trailer,
-- 
GitLab