mirror of https://github.com/mpv-player/mpv
time to make libavcodec as default
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5996 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f3ac83b68f
commit
90c7239412
|
@ -104,17 +104,16 @@ int out_audio_codec=ACODEC_PCM;
|
|||
#endif
|
||||
|
||||
int out_video_codec=
|
||||
#ifdef HAVE_DIVX4ENCORE
|
||||
VCODEC_DIVX4;
|
||||
#else
|
||||
#ifdef USE_LIBAVCODEC
|
||||
VCODEC_LIBAVCODEC;
|
||||
#else
|
||||
#ifdef HAVE_DIVX4ENCORE
|
||||
VCODEC_DIVX4;
|
||||
#else
|
||||
VCODEC_COPY;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
// audio stream skip/resync functions requires only for seeking.
|
||||
// (they should be implemented in the audio codec layer)
|
||||
//void skip_audio_frame(sh_audio_t *sh_audio){}
|
||||
|
@ -144,8 +143,6 @@ static int skip_limit=-1;
|
|||
int force_srate=0;
|
||||
|
||||
char* out_filename="test.avi";
|
||||
char* mp3_filename=NULL;
|
||||
char* ac3_filename=NULL;
|
||||
|
||||
char *force_fourcc=NULL;
|
||||
|
||||
|
|
Loading…
Reference in New Issue