summaryrefslogtreecommitdiff
path: root/src/xine-engine/video_out.h
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-09-26 01:18:19 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-09-26 01:18:19 +0000
commit105564c9ce5bea7587776e8cf39b2a3681b6d573 (patch)
tree7e0ea0f478d4022b3304441a68d800709f666ebe /src/xine-engine/video_out.h
parentf1f49a64af45856152c4ee9697f45d907647b406 (diff)
downloadxine-lib-105564c9ce5bea7587776e8cf39b2a3681b6d573.tar.gz
xine-lib-105564c9ce5bea7587776e8cf39b2a3681b6d573.tar.bz2
libmpeg2 cleanups, more tweaks for still image display, implemented BUF_CONTROL_SPU_CHANNEL, trying to wipe out last windows style variable names (bFrameBad for example)
CVS patchset: 697 CVS date: 2001/09/26 01:18:19
Diffstat (limited to 'src/xine-engine/video_out.h')
-rw-r--r--src/xine-engine/video_out.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h
index 1ec2d6147..087f177a3 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.20 2001/09/19 02:40:58 miguelfreitas Exp $
+ * $Id: video_out.h,v 1.21 2001/09/26 01:18:19 guenter Exp $
*
*
* xine version of video_out.h
@@ -60,19 +60,17 @@ struct vo_frame_s {
struct vo_frame_s *next;
uint32_t PTS;
- int bFrameBad; /* e.g. frame skipped or based on skipped frame */
+ int bad_frame; /* e.g. frame skipped or based on skipped frame */
uint8_t *base[3];
- int nType; /* I, B or P frame */
+
/* additional information to be able to duplicate frames: */
int width, height;
int ratio, format, duration;
- int bDisplayLock, bDecoderLock, bDriverLock;
+ int display_locked, decoder_locked, driver_locked;
pthread_mutex_t mutex; /* so the various locks will be serialized */
- int nID; /* debugging purposes only */
-
vo_instance_t *instance;
/*