Index: ppapi/examples/video_decode/video_decode.cc |
diff --git a/ppapi/examples/video_decode/video_decode.cc b/ppapi/examples/video_decode/video_decode.cc |
index f9ebfea7864a070d8abe7005f95eef7d3e887ba4..58f34b593d69df8fccf639088d27ca3655722872 100644 |
--- a/ppapi/examples/video_decode/video_decode.cc |
+++ b/ppapi/examples/video_decode/video_decode.cc |
@@ -228,7 +228,6 @@ Decoder::Decoder(MyInstance* instance, |
next_picture_id_(0), |
flushing_(false), |
resetting_(false) { |
-// TODO(bbudge) Remove this for final patch. |
bbudge
2014/06/16 22:47:59
It turns out the following lines can't be put into
|
#if defined USE_VP8_TESTDATA_INSTEAD_OF_H264 |
const PP_VideoProfile kBitstreamProfile = PP_VIDEOPROFILE_VP8MAIN; |
#else |