aboutsummaryrefslogtreecommitdiff
path: root/source/convert_from.cc
diff options
context:
space:
mode:
authorFrank Barchard <fbarchard@google.com>2020-05-21 11:33:45 -0700
committerCommit Bot <commit-bot@chromium.org>2020-05-26 18:48:00 +0000
commit94af5319f4ce014c47e5eb2167ef6aa1424db9ca (patch)
tree8291181d14ec46e7b9ef8357b000bb885db8c0db /source/convert_from.cc
parentda41bca02b575354070666c49bfe885fdcdad528 (diff)
downloadlibyuv-94af5319f4ce014c47e5eb2167ef6aa1424db9ca.tar.gz
Remove M420 and refactor NV12ToI420
M420 is a row biplanar variation of NV12 supported on Microsoft webcams. The code was hardcoded to bt.601 and should be jpeg, but the format is very old and rare. Is a variation on NV12, so if someone needs it, it can be re-implemented easily. Bug: libyuv:858 Change-Id: I246167dba3c190cc76af741b8e91e58e68fde28f Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/2212608 Reviewed-by: richard winterton <rrwinterton@gmail.com> Commit-Queue: Frank Barchard <fbarchard@chromium.org>
Diffstat (limited to 'source/convert_from.cc')
-rw-r--r--source/convert_from.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/convert_from.cc b/source/convert_from.cc
index 140c90d9..f2cfc1d8 100644
--- a/source/convert_from.cc
+++ b/source/convert_from.cc
@@ -645,7 +645,6 @@ int ConvertFromI420(const uint8_t* y,
height);
break;
}
- // TODO(fbarchard): Add M420.
// Triplanar formats
case FOURCC_I420:
case FOURCC_YV12: {