aboutsummaryrefslogtreecommitdiff
path: root/source/convert_from.cc
diff options
context:
space:
mode:
authorfbarchard@google.com <fbarchard@google.com>2015-02-11 18:20:54 +0000
committerfbarchard@google.com <fbarchard@google.com>2015-02-11 18:20:54 +0000
commit5ab38f925838bedc13c88536522e0be3c6374527 (patch)
tree620c2591a23d2edb0f68b6805bccae37fab8f8c7 /source/convert_from.cc
parent1a1cf3f4dbe85658505d717d96f07bec010e4d8e (diff)
downloadlibyuv-5ab38f925838bedc13c88536522e0be3c6374527.tar.gz
Remove Q420 fourcc support.
BUG=396 TESTED=local build of unittest builds and passes R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/39089004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1278 16f28f9a-4ce2-e073-06de-1de4eb20be90
Diffstat (limited to 'source/convert_from.cc')
-rw-r--r--source/convert_from.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/convert_from.cc b/source/convert_from.cc
index d11449cd..cfe37bf9 100644
--- a/source/convert_from.cc
+++ b/source/convert_from.cc
@@ -1103,7 +1103,7 @@ int ConvertFromI420(const uint8* y, int y_stride,
width, height);
break;
}
- // TODO(fbarchard): Add M420 and Q420.
+ // TODO(fbarchard): Add M420.
// Triplanar formats
// TODO(fbarchard): halfstride instead of halfwidth
case FOURCC_I420: