From a0c659f7896e41433f140eddb34804f601ae5f20 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Sun, 11 Sep 2005 23:42:24 +0000 Subject: *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 --- src/xine-engine/buffer_types.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') 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, -- cgit v1.2.3