From 9c440283c61ba25a25f548f1a4bb41c933f73fea Mon Sep 17 00:00:00 2001 From: Laurent Aimar Date: Sun, 27 Jul 2008 15:33:48 +0200 Subject: [PATCH] Removed old hack (for YUVA) --- modules/codec/avcodec/chroma.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/codec/avcodec/chroma.h b/modules/codec/avcodec/chroma.h index 4dceeab5e0..2a7288a9fa 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 ), -- 2.39.2