1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00

we really shouldnt use M$* as default codec -> use MPEG4 as default

Originally committed as revision 1785 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2003-04-17 19:56:33 +00:00
parent 9534223539
commit 22cf045590

View File

@ -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,