summaryrefslogtreecommitdiff
path: root/src/xine-engine
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-engine')
-rw-r--r--src/xine-engine/buffer.h3
-rw-r--r--src/xine-engine/buffer_types.c10
2 files changed, 11 insertions, 2 deletions
diff --git a/src/xine-engine/buffer.h b/src/xine-engine/buffer.h
index 15eac4969..5d0ec1397 100644
--- a/src/xine-engine/buffer.h
+++ b/src/xine-engine/buffer.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: buffer.h,v 1.54 2002/07/01 17:56:05 miguelfreitas Exp $
+ * $Id: buffer.h,v 1.55 2002/07/05 20:54:38 miguelfreitas Exp $
*
*
* contents:
@@ -117,6 +117,7 @@ extern "C" {
#define BUF_VIDEO_ROQ 0x02240000
#define BUF_VIDEO_SORENSON_V3 0x02250000
#define BUF_VIDEO_MSMPEG4_V1 0x02260000
+#define BUF_VIDEO_MSS1 0x02270000
/* audio buffer types: (please keep in sync with buffer_types.c) */
diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c
index d0e94ad81..66e120108 100644
--- a/src/xine-engine/buffer_types.c
+++ b/src/xine-engine/buffer_types.c
@@ -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: buffer_types.c,v 1.29 2002/07/04 19:36:55 miguelfreitas Exp $
+ * $Id: buffer_types.c,v 1.30 2002/07/05 20:54:38 miguelfreitas Exp $
*
*
* contents:
@@ -402,6 +402,14 @@ static video_db_t video_db[] = {
BUF_VIDEO_DUCKTM1,
"Duck Truemotion v1"
},
+{
+ {
+ meFOURCC('M', 'S', 'S', '1'),
+ 0
+ },
+ BUF_VIDEO_MSS1,
+ "Windows Screen Video"
+},
{ { 0 }, 0, "last entry" }
};