[vlc-commits] Support J440 and I440 in raw video codec

Jean-Baptiste Kempf git at videolan.org
Sun Aug 26 17:27:57 CEST 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Aug 26 17:27:00 2012 +0200| [d56415db77f354bcac401e795408404b2958f8b8] | committer: Jean-Baptiste Kempf

Support J440 and I440 in raw video codec

This happens in some jpeg files

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d56415db77f354bcac401e795408404b2958f8b8
---

 modules/codec/rawvideo.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/codec/rawvideo.c b/modules/codec/rawvideo.c
index 57caa69..430fc17 100644
--- a/modules/codec/rawvideo.c
+++ b/modules/codec/rawvideo.c
@@ -94,6 +94,8 @@ static int OpenDecoder( vlc_object_t *p_this )
         /* Planar YUV */
         case VLC_CODEC_I444:
         case VLC_CODEC_J444:
+        case VLC_CODEC_I440:
+        case VLC_CODEC_J440:
         case VLC_CODEC_I422:
         case VLC_CODEC_J422:
         case VLC_CODEC_I420:



More information about the vlc-commits mailing list