summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaut Mattern <tmattern@users.sourceforge.net>2002-06-05 22:44:52 +0000
committerThibaut Mattern <tmattern@users.sourceforge.net>2002-06-05 22:44:52 +0000
commit063f74a13eff56ed5cab9a988205d57c6c2704dc (patch)
treeffa25bce34bd75252d0bc9e4218f1aacc93b3d95
parentb992f263a027c887cb7070d1a2e76a1c91074ba7 (diff)
downloadxine-lib-063f74a13eff56ed5cab9a988205d57c6c2704dc.tar.gz
xine-lib-063f74a13eff56ed5cab9a988205d57c6c2704dc.tar.bz2
Move "mpg4" from "ISO-MPEG4/OpenDivx format" to "Microsoft MPEG-4 format v1/v2".
Need more testing. CVS patchset: 2021 CVS date: 2002/06/05 22:44:52
-rw-r--r--src/xine-engine/buffer_types.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c
index 9c026775b..f27cdf3cd 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.21 2002/06/04 01:36:32 tmmm Exp $
+ * $Id: buffer_types.c,v 1.22 2002/06/05 22:44:52 tmattern Exp $
*
*
* contents:
@@ -74,8 +74,6 @@ static video_db_t video_db[] = {
mmioFOURCC('D', 'i', 'v', 'x'),
mmioFOURCC('D', 'i', 'v', 'X'),
mmioFOURCC('M', 'P', '4', 'S'),
- mmioFOURCC('M', 'P', 'G', '4'),
- mmioFOURCC('m', 'p', 'g', '4'),
mmioFOURCC('m', 'p', '4', 'v'),
0
},
@@ -133,6 +131,8 @@ static video_db_t video_db[] = {
mmioFOURCC('m', 'p', '4', '2'),
mmioFOURCC('D', 'I', 'V', '2'),
mmioFOURCC('d', 'i', 'v', '2'),
+ mmioFOURCC('M', 'P', 'G', '4'),
+ mmioFOURCC('m', 'p', 'g', '4'),
0
},
BUF_VIDEO_MSMPEG4_V12,