[vlc-devel] commit: Added a few missing fourcc to rawvideo decoder. (Laurent Aimar )
git version control
git at videolan.org
Mon Feb 8 22:03:35 CET 2010
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Feb 8 21:38:19 2010 +0100| [989691c9b5c5ebf7eb18bb843d4da36faf975994] | committer: Laurent Aimar
Added a few missing fourcc to rawvideo decoder.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=989691c9b5c5ebf7eb18bb843d4da36faf975994
---
modules/codec/rawvideo.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/modules/codec/rawvideo.c b/modules/codec/rawvideo.c
index 5691eb4..fd71d99 100644
--- a/modules/codec/rawvideo.c
+++ b/modules/codec/rawvideo.c
@@ -92,9 +92,13 @@ static int OpenDecoder( vlc_object_t *p_this )
{
/* Planar YUV */
case VLC_CODEC_I444:
+ case VLC_CODEC_J444:
case VLC_CODEC_I422:
+ case VLC_CODEC_J422:
case VLC_CODEC_I420:
+ case VLC_CODEC_J420:
case VLC_CODEC_YV12:
+ case VLC_CODEC_YV9:
case VLC_CODEC_I411:
case VLC_CODEC_I410:
case VLC_CODEC_GREY:
More information about the vlc-devel
mailing list