Home
last modified time | relevance | path

Searched refs:alwaysontop (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/doc/
Dffplay.texi69 @item -alwaysontop
/third_party/ffmpeg/fftools/
Dffplay.c328 static int alwaysontop; variable
3602 { "alwaysontop", OPT_BOOL, { &alwaysontop }, "window always on top" },
3741 if (alwaysontop) in main()