mirror of
https://github.com/mpv-player/mpv
synced 2025-02-16 20:27:23 +00:00
demux_raw: set a default video size
This commit is contained in:
parent
de6eace6e9
commit
5c3abb9082
@ -53,8 +53,8 @@ const m_option_t demux_rawaudio_opts[] = {
|
||||
static int vformat = MP_FOURCC_I420;
|
||||
static int mp_format;
|
||||
static char *codec;
|
||||
static int width = 0;
|
||||
static int height = 0;
|
||||
static int width = 1280;
|
||||
static int height = 720;
|
||||
static float fps = 25;
|
||||
static int imgsize = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user