changeset 11656:1bd451a6d4ae

make outfmt=uyvy work with rivatv patch by Stephen Beahm
author faust3
date Thu, 18 Dec 2003 10:39:55 +0000
parents 4df4089eded9
children 36879e2df6cd
files libmpdemux/tvi_v4l.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/tvi_v4l.c	Tue Dec 16 23:03:19 2003 +0000
+++ b/libmpdemux/tvi_v4l.c	Thu Dec 18 10:39:55 2003 +0000
@@ -241,6 +241,8 @@
 	    return(VIDEO_PALETTE_YUV420P);
 	case IMGFMT_YUY2:
 	    return(VIDEO_PALETTE_YUV422);
+    case IMGFMT_UYVY:
+       return(VIDEO_PALETTE_UYVY);
     }
     return(-1);
 }