diff options
| author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-10-29 16:02:43 +0000 |
|---|---|---|
| committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-10-29 16:02:43 +0000 |
| commit | 4f15163a94c863e3e0cf8a65f3ad6f88946f7670 (patch) | |
| tree | 34d456a17444c13b8b8c520c274ab11c483b0c3e /src/xine-engine/video_out.h | |
| parent | 4d910814b52c53ac6af78f77e20ee5db7eab3211 (diff) | |
| download | xine-lib-4f15163a94c863e3e0cf8a65f3ad6f88946f7670.tar.gz xine-lib-4f15163a94c863e3e0cf8a65f3ad6f88946f7670.tar.bz2 | |
engine improvements
- output fifo flushing
- more sophisticated discontinuity handling
- seek improvement by waiting for at least one frame
CVS patchset: 3089
CVS date: 2002/10/29 16:02:43
Diffstat (limited to 'src/xine-engine/video_out.h')
| -rw-r--r-- | src/xine-engine/video_out.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h index 17d956868..275fcd0d0 100644 --- a/src/xine-engine/video_out.h +++ b/src/xine-engine/video_out.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out.h,v 1.68 2002/10/26 14:45:28 mroi Exp $ + * $Id: video_out.h,v 1.69 2002/10/29 16:02:50 mroi Exp $ * * * xine version of video_out.h @@ -150,6 +150,9 @@ struct vo_instance_s { /* get overlay instance (overlay source) */ video_overlay_instance_t* (*get_overlay_instance) (vo_instance_t *this); + /* flush video_out fifo */ + void (*flush) (vo_instance_t *this); + /* private stuff can be added here */ }; |
