summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruid45177 <none@none>2002-07-05 21:23:07 +0000
committeruid45177 <none@none>2002-07-05 21:23:07 +0000
commitf651c650a78623cf4bcd4f66304efc48fb1320df (patch)
treefa91736477971d3b71f0f5301ebd4c64d405b2c3
parent80265c6e80465990c4ec35feb72429be8ea35e10 (diff)
downloadxine-lib-f651c650a78623cf4bcd4f66304efc48fb1320df.tar.gz
xine-lib-f651c650a78623cf4bcd4f66304efc48fb1320df.tar.bz2
another mpeg4 fourcc
CVS patchset: 2218 CVS date: 2002/07/05 21:23:07
-rw-r--r--src/xine-engine/buffer_types.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c
index 66e120108..0ce87ec0c 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.30 2002/07/05 20:54:38 miguelfreitas Exp $
+ * $Id: buffer_types.c,v 1.31 2002/07/05 21:23:07 uid45177 Exp $
*
*
* contents:
@@ -84,6 +84,8 @@ static video_db_t video_db[] = {
meFOURCC('D', 'i', 'v', 'X'),
meFOURCC('M', 'P', '4', 'S'),
meFOURCC('m', 'p', '4', 'v'),
+ meFOURCC('M', '4', 'S', '2'),
+ meFOURCC('m', '4', 's', '2'),
0
},
BUF_VIDEO_MPEG4,