[vlc-commits] rawvideo: I422_10L/B support
    Rafaël Carré 
    git at videolan.org
       
    Thu Dec 13 16:57:08 CET 2012
    
    
  
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Wed Dec 12 19:09:21 2012 +0100| [2ce6fa2db7f1719aadf617c464365821289ac36e] | committer: Rafaël Carré
rawvideo: I422_10L/B support
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2ce6fa2db7f1719aadf617c464365821289ac36e
---
 modules/codec/rawvideo.c |    2 ++
 1 file changed, 2 insertions(+)
diff --git a/modules/codec/rawvideo.c b/modules/codec/rawvideo.c
index 02c2975..3cd8719 100644
--- a/modules/codec/rawvideo.c
+++ b/modules/codec/rawvideo.c
@@ -108,6 +108,8 @@ static int OpenDecoder( vlc_object_t *p_this )
         case VLC_CODEC_YUVP:
         case VLC_CODEC_NV12:
         case VLC_CODEC_NV21:
+        case VLC_CODEC_I422_10L:
+        case VLC_CODEC_I422_10B:
 
         /* Packed YUV */
         case VLC_CODEC_YUYV:
    
    
More information about the vlc-commits
mailing list