comparison libmpcodecs/vf.h @ 20906:160974ca8bf2

Use vf control for reading pts from vf_vo
author uau
date Tue, 14 Nov 2006 14:02:55 +0000
parents 0be2d3583f4f
children c0bcec5150a3
comparison
equal deleted inserted replaced
20905:d53ae91d8662 20906:160974ca8bf2
77 #define VFCTRL_SKIP_NEXT_FRAME 12 /* For encoding - drop the next frame that passes thru */ 77 #define VFCTRL_SKIP_NEXT_FRAME 12 /* For encoding - drop the next frame that passes thru */
78 #define VFCTRL_FLUSH_FRAMES 13 /* For encoding - flush delayed frames */ 78 #define VFCTRL_FLUSH_FRAMES 13 /* For encoding - flush delayed frames */
79 #define VFCTRL_SCREENSHOT 14 /* Make a screenshot */ 79 #define VFCTRL_SCREENSHOT 14 /* Make a screenshot */
80 #define VFCTRL_INIT_EOSD 15 /* Select EOSD renderer */ 80 #define VFCTRL_INIT_EOSD 15 /* Select EOSD renderer */
81 #define VFCTRL_DRAW_EOSD 16 /* Render EOSD */ 81 #define VFCTRL_DRAW_EOSD 16 /* Render EOSD */
82 #define VFCTRL_GET_PTS 17 /* Return last pts value that reached vf_vo*/
82 83
83 #include "vfcap.h" 84 #include "vfcap.h"
84 85
85 //FIXME this should be in a common header, but i dunno which 86 //FIXME this should be in a common header, but i dunno which
86 #define MP_NOPTS_VALUE (-1LL<<63) //both int64_t and double should be able to represent this exactly 87 #define MP_NOPTS_VALUE (-1LL<<63) //both int64_t and double should be able to represent this exactly