]> rtime.felk.cvut.cz Git - frescor/frsh.git/blobdiff - demo/video/play_th.h
Bugfixes in the video demo.
[frescor/frsh.git] / demo / video / play_th.h
index ed4ef4764452da42122e39372f5c58bab4eb954b..4d43c595951ef7156c54843dde10dbc1c0191219 100644 (file)
@@ -14,6 +14,9 @@
 
 #include <frsh.h>
 
+#define PLAYER_BINARY  "mplayer"
+#define PLAYER_ARGS    " -fs -zoom "
+
 struct player_args {
        int budget, period;
        char file[128];