diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2001-11-20 12:41:57 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2001-11-20 12:41:57 +0000 |
commit | 4eac974bd19b96aad75ee51285cb6193a5c50396 (patch) | |
tree | 57613d35d1706d369ea44e6bf9764ebdb7cac116 /src/xine-engine/video_out.h | |
parent | 3caeb00e32368497418444d92f3748073fa69a08 (diff) | |
download | xine-lib-4eac974bd19b96aad75ee51285cb6193a5c50396.tar.gz xine-lib-4eac974bd19b96aad75ee51285cb6193a5c50396.tar.bz2 |
should fix pause and slow/fast playing
CVS patchset: 1086
CVS date: 2001/11/20 12:41:57
Diffstat (limited to 'src/xine-engine/video_out.h')
-rw-r--r-- | src/xine-engine/video_out.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h index c6467c1ec..8e4ac0828 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.29 2001/11/15 23:18:04 guenter Exp $ + * $Id: video_out.h,v 1.30 2001/11/20 12:41:58 miguelfreitas Exp $ * * * xine version of video_out.h @@ -155,6 +155,7 @@ struct vo_instance_s { vo_frame_t *last_frame; int video_loop_running; + int video_paused; pthread_t video_thread; int pts_per_half_frame; |