summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Courtier-Dutton <jcdutton@users.sourceforge.net>2005-05-15 09:26:36 +0000
committerJames Courtier-Dutton <jcdutton@users.sourceforge.net>2005-05-15 09:26:36 +0000
commit0b4acb645ba08b534962803c73f4d53dcc4d16ee (patch)
treeae4332c7bfbd2379d62c8f2c365d4aff303ff6b6
parent2b254f08178d0467671260bea7820afd1f726738 (diff)
downloadxine-lib-0b4acb645ba08b534962803c73f4d53dcc4d16ee.tar.gz
xine-lib-0b4acb645ba08b534962803c73f4d53dcc4d16ee.tar.bz2
Make xine-lib compatible with avidemux2 output.
CVS patchset: 7545 CVS date: 2005/05/15 09:26:36
-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 1b45ec1af..c4edab60b 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.98 2005/05/06 04:14:56 tmmm Exp $
+ * $Id: buffer_types.c,v 1.99 2005/05/15 09:26:36 jcdutton Exp $
*
*
* contents:
@@ -63,6 +63,7 @@ static video_db_t video_db[] = {
{
{
meFOURCC('m', 'p', 'e', 'g'),
+ meFOURCC('M', 'P', 'E', 'G'),
meFOURCC('P', 'I', 'M', '1'),
meFOURCC('m', 'p', 'g', '2'),
meFOURCC('m', 'p', 'g', '1'),