summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/xine.h.in17
1 files changed, 8 insertions, 9 deletions
diff --git a/include/xine.h.in b/include/xine.h.in
index d72ed71de..51aa2cf95 100644
--- a/include/xine.h.in
+++ b/include/xine.h.in
@@ -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: xine.h.in,v 1.85 2003/05/20 13:50:56 mroi Exp $
+ * $Id: xine.h.in,v 1.86 2003/05/26 01:45:04 miguelfreitas Exp $
*
* public xine-lib (libxine) interface and documentation
*
@@ -986,7 +986,7 @@ typedef struct {
*/
/* xevent *data */
-#define XINE_GUI_SEND_COMPLETION_EVENT 1
+#define XINE_GUI_SEND_COMPLETION_EVENT 1 /* DEPRECATED */
/* Drawable data */
#define XINE_GUI_SEND_DRAWABLE_CHANGED 2
@@ -1354,8 +1354,6 @@ typedef struct {
} xine_mrl_reference_data_t;
-#ifdef XINE_ENABLE_EXPERIMENTAL_FEATURES
-
/*
* configuration options for video4linux-like input plugins
*/
@@ -1371,15 +1369,14 @@ typedef struct {
uint32_t framerate_numerator; /* framerate as numerator/denominator */
uint32_t framerate_denominator;
uint32_t framelines; /* Total lines per frame including blanking */
- uint64_t stardard_id; /* One of the V4L2_STD_* values */
+ uint64_t standard_id; /* One of the V4L2_STD_* values */
uint32_t colorstandard; /* One of the V4L2_COLOR_STD_* values */
uint32_t colorsubcarrier; /* The color subcarrier frequency */
int frame_width; /* scaled frame width */
int frame_height; /* scaled frame height */
/* let some spare space so we can add new fields without breaking
- * binary api compatibility. note that this struct still marked as
- * "experimental feature" so frontends should not be using it anyway.
+ * binary api compatibility.
*/
uint32_t spare[20];
@@ -1404,13 +1401,15 @@ typedef struct {
int aspect_ratio; /* XINE_VO_ASPECT_xxx */
/* let some spare space so we can add new fields without breaking
- * binary api compatibility. note that this struct still marked as
- * "experimental feature" so frontends should not be using it anyway.
+ * binary api compatibility.
*/
uint32_t spare[20];
} xine_set_mpeg_data_t;
+
+#ifdef XINE_ENABLE_EXPERIMENTAL_FEATURES
+
/*
* ask pvr to save (ie. do not discard) the current session
* see comments on input_pvr.c to understand how it works.