view gui/dialog/pixmaps/url.xpm @ 35838:1a75db112806

add FICV binary codec. works on http://samples.ffmpeg.org/V-codecs/ficv.avi dll http://samples.ffmpeg.org/drivers32/new/ficvdec_x86.dll only tested on win2k.
author compn
date Tue, 05 Mar 2013 01:46:48 +0000
parents 3c901704a27c
children
line wrap: on
line source

/* XPM */
static const char * const url_xpm[] = {
"16 16 2 1",
" 	c None",
".	c #000000",
"                ",
"                ",
"                ",
"                ",
"   ..   ..  ..  ",
"   ..   ..  ..  ",
"       ..  ..   ",
"       ..  ..   ",
"      ..  ..    ",
"      ..  ..    ",
" ..  ..  ..     ",
" ..  ..  ..     ",
"                ",
"                ",
"                ",
"                "};