summaryrefslogtreecommitdiff
path: root/src/xine-engine/buffer.h
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2002-11-28 18:49:10 +0000
committerMike Melanson <mike@multimedia.cx>2002-11-28 18:49:10 +0000
commiteaf8df21d5d84979719d2df1808740cdb5c664d6 (patch)
tree38c4a479efdf4d4a53b477fbbe9b0d07abf5b29c /src/xine-engine/buffer.h
parentb1a9c195ac2dda2c04feae8cc9dec99688a28a91 (diff)
downloadxine-lib-eaf8df21d5d84979719d2df1808740cdb5c664d6.tar.gz
xine-lib-eaf8df21d5d84979719d2df1808740cdb5c664d6.tar.bz2
yep, more codec types
CVS patchset: 3388 CVS date: 2002/11/28 18:49:10
Diffstat (limited to 'src/xine-engine/buffer.h')
-rw-r--r--src/xine-engine/buffer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/buffer.h b/src/xine-engine/buffer.h
index 4dc34bd45..a298fa50d 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.80 2002/11/28 10:21:08 petli Exp $
+ * $Id: buffer.h,v 1.81 2002/11/28 18:49:10 tmmm Exp $
*
*
* contents:
@@ -133,6 +133,7 @@ extern "C" {
#define BUF_VIDEO_SEGA 0x02320000
#define BUF_VIDEO_RV20 0x02330000
#define BUF_VIDEO_RV30 0x02340000
+#define BUF_VIDEO_MVI2 0x02350000
/* audio buffer types: (please keep in sync with buffer_types.c) */