summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-07-01 18:42:36 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-07-01 18:42:36 +0000
commitb3596308717722b883930d064e53b5dc5cbe8e73 (patch)
tree5cb9e81ffdc262b571a809e00e3c67965a048a72 /src
parentdadd745477a6c4d293ddd6024147f3c925a74781 (diff)
downloadxine-lib-b3596308717722b883930d064e53b5dc5cbe8e73.tar.gz
xine-lib-b3596308717722b883930d064e53b5dc5cbe8e73.tar.bz2
this fourcc is used for msmpeg4 v1 (thanks Mike for the test stream, it is working
fine under ffmpeg) CVS patchset: 2191 CVS date: 2002/07/01 18:42:36
Diffstat (limited to 'src')
-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 4812def16..968747687 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.27 2002/07/01 17:56:05 miguelfreitas Exp $
+ * $Id: buffer_types.c,v 1.28 2002/07/01 18:42:36 miguelfreitas Exp $
*
*
* contents:
@@ -136,6 +136,8 @@ static video_db_t video_db[] = {
{
meFOURCC('M', 'P', '4', '1'),
meFOURCC('m', 'p', '4', '1'),
+ meFOURCC('M', 'P', 'G', '4'),
+ meFOURCC('m', 'p', 'g', '4'),
0
},
BUF_VIDEO_MSMPEG4_V1,
@@ -149,8 +151,6 @@ static video_db_t video_db[] = {
meFOURCC('m', 'p', '4', '2'),
meFOURCC('D', 'I', 'V', '2'),
meFOURCC('d', 'i', 'v', '2'),
- meFOURCC('M', 'P', 'G', '4'),
- meFOURCC('m', 'p', 'g', '4'),
0
},
BUF_VIDEO_MSMPEG4_V2,