mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
vcodec=mpeg4 set as default
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7556 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a2dcf1822e
commit
3506bea5de
@ -47,7 +47,7 @@ extern void mencoder_write_chunk(aviwrite_stream_t *s,int len,unsigned int flags
|
||||
extern int avcodec_inited;
|
||||
|
||||
/* video options */
|
||||
static char *lavc_param_vcodec = NULL;
|
||||
static char *lavc_param_vcodec = "mpeg4";
|
||||
static int lavc_param_vbitrate = -1;
|
||||
static int lavc_param_vrate_tolerance = 1000*8;
|
||||
static int lavc_param_vhq = 0; /* default is realtime encoding */
|
||||
|
Loading…
Reference in New Issue
Block a user