From 5c3abb90822da7f541701f295f255b042455462a Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 7 Oct 2013 17:21:15 +0200 Subject: demux_raw: set a default video size --- demux/demux_raw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demux/demux_raw.c b/demux/demux_raw.c index 9e4822ae79..637253c8e1 100644 --- a/demux/demux_raw.c +++ b/demux/demux_raw.c @@ -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; -- cgit v1.2.3