view gui/mplayer/pixmaps/dolby.xpm @ 32434:acb796d7ca50

Make mencoder account for encoder delay when considering the current time position of a muxer stream. To mencoder core, delayed frames should be considered as "dealt with", since they'll get to the muxer eventually. Without this compensation, mencoder will sometimes make different frame skip/duplicate decisions on the first of a two-pass x264 encode (since x264 buffers many more frames on the first pass), leading to a segfault in x264 when it gets fed more frames on the second pass.
author corey
date Thu, 21 Oct 2010 07:05:30 +0000
parents 09c3ce60f369
children
line wrap: on
line source

/* XPM */
static const char * const dolby_xpm[] = {
"16 11 9 1",
" 	c None",
".	c #000000",
"+	c #C3C828",
"@	c #BCBF27",
"#	c #DBE82C",
"$	c #B5B626",
"%	c #CAD229",
"&	c #CDD62A",
"*	c #C6CD29",
"................",
".+@@###..###@@+.",
".$...%#..#%...$.",
".$....#..#....$.",
".$....&..&....$.",
".$....&..&....$.",
".$....&..&....$.",
".$....#..#....$.",
".$...%#..#%...$.",
".+@@*##..##*@@+.",
"................"};