[vlc-commits] chroma: remove dead CYUV support
Rémi Denis-Courmont
git at videolan.org
Thu Jan 29 19:11:43 CET 2015
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jan 29 20:09:56 2015 +0200| [5d17bd9d2db93b7a653f870232bf0c0e95a1de3c] | committer: Rémi Denis-Courmont
chroma: remove dead CYUV support
CYUV is not a pixel format, at least it is not treated as such in VLC
outputs and encoders. CYUV is decoded to YUV 4:1:1 by libavcodec.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5d17bd9d2db93b7a653f870232bf0c0e95a1de3c
---
modules/video_chroma/i420_yuy2.c | 143 +-------------------------------------
modules/video_chroma/i422_yuy2.c | 109 +----------------------------
modules/video_chroma/yuy2_i420.c | 78 +--------------------
modules/video_chroma/yuy2_i422.c | 54 +-------------
4 files changed, 7 insertions(+), 377 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=5d17bd9d2db93b7a653f870232bf0c0e95a1de3c
More information about the vlc-commits
mailing list