diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-01-14 00:34:22 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-01-14 00:34:22 +0000 |
commit | 572cb8c2f417e480c16089aac768674b89302ac3 (patch) | |
tree | 1ef1397eda19e34fde80f02e6947e0073d0ddee2 /src/xine-engine/video_out.h | |
parent | d22f98cc9380caedf0020b0f8ea5c40bb992f82a (diff) | |
download | xine-lib-572cb8c2f417e480c16089aac768674b89302ac3.tar.gz xine-lib-572cb8c2f417e480c16089aac768674b89302ac3.tar.bz2 |
miguel's latest still frame patches and some minor cleanups
CVS patchset: 1401
CVS date: 2002/01/14 00:34:22
Diffstat (limited to 'src/xine-engine/video_out.h')
-rw-r--r-- | src/xine-engine/video_out.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h index d5e7f1590..1dfbf70da 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.36 2002/01/10 12:20:17 jcdutton Exp $ + * $Id: video_out.h,v 1.37 2002/01/14 00:34:22 guenter Exp $ * * * xine version of video_out.h @@ -181,7 +181,7 @@ struct vo_instance_s { int num_frames_discarded; int decoder_started_flag; - int still_counter;/* still_counter>8 => still frames will be generated */ + uint32_t last_draw_vpts; } ; /* constants for the get/set property functions */ |