view gui/ui/pixmaps/aspect.xpm @ 33707:d5d3d2c6b6e3

Increase video muxer output frame size. A user experienced broken encode when using ffvhuf with HD material. 8MB should be enough for raw 1920x1080 32bpp frame.
author iive
date Sat, 02 Jul 2011 17:13:26 +0000
parents 520fb0f7544c
children 7139c58dc1ed
line wrap: on
line source

/* XPM */
static const char * const aspect_xpm[] = {
"16 16 3 1",
" 	c None",
".	c #000000",
"+	c #FFFFFF",
"                ",
"                ",
"  ............. ",
" .+++++++++++++.",
" .+....+...+..+.",
" .++++++...+..+.",
" .+........+..+.",
" .+........+..+.",
" .+........+..+.",
" .++++++++++..+.",
" .+...........+.",
" .+...........+.",
" .+++++++++++++.",
"  ............. ",
"                ",
"                "};