summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBastien Nocera <hadess@users.sourceforge.net>2005-09-11 23:42:24 +0000
committerBastien Nocera <hadess@users.sourceforge.net>2005-09-11 23:42:24 +0000
commita0c659f7896e41433f140eddb34804f601ae5f20 (patch)
treee21c2a1aade9c82b06624b739eddb573b1f37e32 /src
parent52988af60fda1094a8a5a1bc0349bdcbb3e7d0d1 (diff)
downloadxine-lib-a0c659f7896e41433f140eddb34804f601ae5f20.tar.gz
xine-lib-a0c659f7896e41433f140eddb34804f601ae5f20.tar.bz2
*BUGFIX*
Add support for the YUY2 fourcc http://renny.netdot.net/~sig/test1.asf.gz CVS patchset: 7727 CVS date: 2005/09/11 23:42:24
Diffstat (limited to 'src')
-rw-r--r--src/xine-engine/buffer_types.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c
index 3f0c3aced..c2b7930bc 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.101 2005/07/17 20:18:37 jstembridge Exp $
+ * $Id: buffer_types.c,v 1.102 2005/09/11 23:42:24 hadess Exp $
*
*
* contents:
@@ -284,7 +284,8 @@ static video_db_t video_db[] = {
else if (!strncasecmp (video, "yuv2", 4))
this->video_type = BUF_VIDEO_YUY2;
*/
- meFOURCC('y','u','v','2'),
+ meFOURCC('y', 'u', 'v', '2'),
+ meFOURCC('Y', 'U', 'Y', '2'),
0
},
BUF_VIDEO_YUY2,