diff --git a/components/V4L2Decoder.cpp b/components/V4L2Decoder.cpp
index cc2c1d19f9cda9987ccffeabf2b07ecfde639d6c..a9a52d86cedbf63a29ff6bc9b914531554c9323a 100644
--- a/components/V4L2Decoder.cpp
+++ b/components/V4L2Decoder.cpp
@@ -30,7 +30,6 @@ constexpr size_t kNumExtraOutputBuffers = 4;
 // Currently we only support flexible pixel 420 format YCBCR_420_888 in Android.
 // Here is the list of flexible 420 format.
 constexpr std::initializer_list<uint32_t> kSupportedOutputFourccs = {
-        Fourcc::YU12, Fourcc::YV12, Fourcc::YM12, Fourcc::YM21,
         Fourcc::NV12, Fourcc::NV21, Fourcc::NM12, Fourcc::NM21,
 };