summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2004-10-03 14:08:48 +0000
committerMike Melanson <mike@multimedia.cx>2004-10-03 14:08:48 +0000
commit71e5d3bf97510faa9bfad99a32cfa82eea11b444 (patch)
tree274e911c85c493a7137ea6129047da7362b07b04 /src
parent014fde9827b6bb9846a329f2d244cc0b77709e67 (diff)
downloadxine-lib-71e5d3bf97510faa9bfad99a32cfa82eea11b444.tar.gz
xine-lib-71e5d3bf97510faa9bfad99a32cfa82eea11b444.tar.bz2
Quicktime uses a lowercase yv12 fourcc
CVS patchset: 7012 CVS date: 2004/10/03 14:08:48
Diffstat (limited to 'src')
-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 35c9d420b..8f6179812 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.86 2004/09/14 02:22:29 hadess Exp $
+ * $Id: buffer_types.c,v 1.87 2004/10/03 14:08:48 tmmm Exp $
*
*
* contents:
@@ -478,6 +478,7 @@ static video_db_t video_db[] = {
{
{
meFOURCC('Y', 'V', '1', '2'),
+ meFOURCC('y', 'v', '1', '2'),
0
},
BUF_VIDEO_YV12,