[vlc-devel] commit: Removed old hack (for YUVA) (Laurent Aimar )
git version control
git at videolan.org
Sun Jul 27 15:34:01 CEST 2008
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Jul 27 15:33:48 2008 +0200| [9c440283c61ba25a25f548f1a4bb41c933f73fea]
Removed old hack (for YUVA)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9c440283c61ba25a25f548f1a4bb41c933f73fea
---
modules/codec/avcodec/chroma.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/modules/codec/avcodec/chroma.h b/modules/codec/avcodec/chroma.h
index 4dceeab..2a7288a 100644
--- a/modules/codec/avcodec/chroma.h
+++ b/modules/codec/avcodec/chroma.h
@@ -43,8 +43,6 @@ static const struct
} chroma_table[] =
{
/* Planar YUV formats */
- VLC_FF( ('Y','U','V','A'), PIX_FMT_YUV444P ), /* Hack */
-
VLC_FF( ('I','4','4','4'), PIX_FMT_YUV444P ),
VLC_FF( ('J','4','4','4'), PIX_FMT_YUVJ444P ),
More information about the vlc-devel
mailing list