[vlc-devel] commit: Fixed the YUV fallbacks for I440. (Laurent Aimar )

git version control git at videolan.org
Wed Aug 5 22:42:12 CEST 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Wed Aug  5 22:41:31 2009 +0200| [d9f8dcc6bedcc6526642715fc64884c58116587c] | committer: Laurent Aimar 

Fixed the YUV fallbacks for I440.

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

 src/misc/fourcc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 67da661..b9f14b0 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -1346,7 +1346,7 @@ static const vlc_fourcc_t p_I440_fallback[] = {
     VLC_CODEC_YUV_PLANAR_422,
     VLC_CODEC_YUV_PLANAR_444,
     VLC_CODEC_YUV_PACKED,
-    VLC_CODEC_I411, VLC_CODEC_I410, VLC_CODEC_Y211,
+    VLC_CODEC_I411, VLC_CODEC_I410, VLC_CODEC_Y211, 0
 };
 
 #define VLC_CODEC_FALLBACK_PACKED \




More information about the vlc-devel mailing list