comparison libvo/vo_dxr3.c @ 5544:80c4e6e50f1e

Make avcodec the default encoder again, thanks Michael
author mswitch
date Wed, 10 Apr 2002 06:55:03 +0000
parents 5cf3a60c2815
children 92329b5f6ff3
comparison
equal deleted inserted replaced
5543:c75f75806af1 5544:80c4e6e50f1e
134 MPG_CODEC_NON, 134 MPG_CODEC_NON,
135 MPG_CODEC_AVCODEC, 135 MPG_CODEC_AVCODEC,
136 MPG_CODEC_FAME 136 MPG_CODEC_FAME
137 }; 137 };
138 138
139 #if defined(USE_LIBFAME) 139 #if defined(USE_LIBAVCODEC)
140 static int mpeg_codec = MPG_CODEC_AVCODEC;
141 #elif defined(USE_LIBFAME)
140 static int mpeg_codec = MPG_CODEC_FAME; 142 static int mpeg_codec = MPG_CODEC_FAME;
141 #elif defined(USE_LIBAVCODEC)
142 static int mpeg_codec = MPG_CODEC_AVCODEC;
143 #else 143 #else
144 static int mpeg_codec = MPG_CODEC_NONE; 144 static int mpeg_codec = MPG_CODEC_NONE;
145 #endif 145 #endif
146 146
147 /* Resolutions and positions */ 147 /* Resolutions and positions */