diff options
author | James Stembridge <jstembridge@users.sourceforge.net> | 2005-07-17 20:18:37 +0000 |
---|---|---|
committer | James Stembridge <jstembridge@users.sourceforge.net> | 2005-07-17 20:18:37 +0000 |
commit | aff40b703b2e1b156032cb2c25db839b76712816 (patch) | |
tree | 3f36e18abeb61020bb926a351964bb51a10339f8 | |
parent | bdea88286868badaf308c99c79b19c64815152c1 (diff) | |
download | xine-lib-aff40b703b2e1b156032cb2c25db839b76712816.tar.gz xine-lib-aff40b703b2e1b156032cb2c25db839b76712816.tar.bz2 |
Another H.264 fourcc
CVS patchset: 7651
CVS date: 2005/07/17 20:18:37
-rw-r--r-- | src/xine-engine/buffer_types.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c index 33ee0a893..3f0c3aced 100644 --- a/src/xine-engine/buffer_types.c +++ b/src/xine-engine/buffer_types.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2003 the xine project + * Copyright (C) 2000-2005 the xine project * * This file is part of xine, a free video player. * @@ -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.100 2005/05/28 02:25:46 tmmm Exp $ + * $Id: buffer_types.c,v 1.101 2005/07/17 20:18:37 jstembridge Exp $ * * * contents: @@ -648,6 +648,7 @@ static video_db_t video_db[] = { { meFOURCC('a','v','c','1'), meFOURCC('h','2','6','4'), + meFOURCC('H','2','6','4'), 0 }, BUF_VIDEO_H264, |