summaryrefslogtreecommitdiff
path: root/src/xine-engine
diff options
context:
space:
mode:
authorJames Stembridge <jstembridge@users.sourceforge.net>2003-08-31 17:27:28 +0000
committerJames Stembridge <jstembridge@users.sourceforge.net>2003-08-31 17:27:28 +0000
commit10e352807afbb4d3a0b6563d52c46d4cf65f7f10 (patch)
treec0507db054f72e93dfbe94034c49b9d8ed60cace /src/xine-engine
parent40a66ac25ad62bda86922c546ea4dfb854ba9df9 (diff)
downloadxine-lib-10e352807afbb4d3a0b6563d52c46d4cf65f7f10.tar.gz
xine-lib-10e352807afbb4d3a0b6563d52c46d4cf65f7f10.tar.bz2
support for vp4, requires vp4vfw.dll
CVS patchset: 5321 CVS date: 2003/08/31 17:27:28
Diffstat (limited to 'src/xine-engine')
-rw-r--r--src/xine-engine/buffer_types.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c
index 730b883be..ae0333510 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.66 2003/05/31 02:18:01 tmmm Exp $
+ * $Id: buffer_types.c,v 1.67 2003/08/31 17:27:28 jstembridge Exp $
*
*
* contents:
@@ -355,6 +355,14 @@ static video_db_t video_db[] = {
},
{
{
+ meFOURCC('V','P','4','0'),
+ 0,
+ },
+ BUF_VIDEO_VP4,
+ "On2 VP4"
+},
+{
+ {
meFOURCC('H', '2', '6', '3'),
meFOURCC('h', '2', '6', '3'),
meFOURCC('U', '2', '6', '3'),