summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2005-05-06 04:14:55 +0000
committerMike Melanson <mike@multimedia.cx>2005-05-06 04:14:55 +0000
commit20f83e09f4e2588b5564be12967c56717a937716 (patch)
tree0726db3b8651e5a190dc728a46661a664b78b0ac
parentc65717974b1609a1cdac7fa080b61b8992a42907 (diff)
downloadxine-lib-20f83e09f4e2588b5564be12967c56717a937716.tar.gz
xine-lib-20f83e09f4e2588b5564be12967c56717a937716.tar.bz2
old Indeo 2 codec type
CVS patchset: 7521 CVS date: 2005/05/06 04:14:55
-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 dfb62f280..283d0495c 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.150 2005/04/23 02:02:28 tmmm Exp $
+ * $Id: buffer.h,v 1.151 2005/05/06 04:14:55 tmmm Exp $
*
*
* contents:
@@ -177,6 +177,7 @@ extern "C" {
#define BUF_VIDEO_ULTI 0x02540000
#define BUF_VIDEO_WNV1 0x02550000
#define BUF_VIDEO_XL 0x02560000
+#define BUF_VIDEO_RT21 0x02570000
/* 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 f2025113d..1b45ec1af 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.97 2005/04/23 02:02:28 tmmm Exp $
+ * $Id: buffer_types.c,v 1.98 2005/05/06 04:14:56 tmmm Exp $
*
*
* contents:
@@ -711,6 +711,14 @@ static video_db_t video_db[] = {
BUF_VIDEO_QPEG,
"Q-Team QPEG Video"
},
+{
+ {
+ meFOURCC('R','T','2','1'),
+ 0
+ },
+ BUF_VIDEO_RT21,
+ "Winnow Video"
+},
{ { 0 }, 0, "last entry" }
};