1
0
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:
wm4 2013-10-07 17:21:15 +02:00
parent de6eace6e9
commit 5c3abb9082

View File

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