summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2002-01-06 00:47:47 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2002-01-06 00:47:47 +0000
commit2fe967e57c300ef099eb35d4aaca2edbec7039ad (patch)
treed40d726e1285774af1ee397e5f41e699720d7813 /src
parent4bc35152ffc0bc915242766d3af8ee6cca7d2b05 (diff)
downloadxine-lib-2fe967e57c300ef099eb35d4aaca2edbec7039ad.tar.gz
xine-lib-2fe967e57c300ef099eb35d4aaca2edbec7039ad.tar.bz2
mpeg4 support
CVS patchset: 1351 CVS date: 2002/01/06 00:47:47
Diffstat (limited to 'src')
-rw-r--r--src/xine-engine/buffer_types.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c
index 4285feb65..ea770dbae 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.6 2001/11/17 19:42:08 miguelfreitas Exp $
+ * $Id: buffer_types.c,v 1.7 2002/01/06 00:47:47 guenter Exp $
*
*
* contents:
@@ -74,6 +74,7 @@ static video_db_t video_db[] = {
mmioFOURCC('M', 'P', '4', 'S'),
mmioFOURCC('M', 'P', 'G', '4'),
mmioFOURCC('m', 'p', 'g', '4'),
+ mmioFOURCC('m', 'p', '4', 'v'),
0
},
BUF_VIDEO_MPEG4,