Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / media / base / video_decoder.cc
index eedb70a..118e2a3 100644 (file)
@@ -16,10 +16,6 @@ scoped_refptr<VideoFrame> VideoDecoder::GetDecodeOutput() {
   return NULL;
 }
 
-bool VideoDecoder::HasAlpha() const {
-  return false;
-}
-
 bool VideoDecoder::NeedsBitstreamConversion() const {
   return false;
 }
@@ -28,4 +24,8 @@ bool VideoDecoder::CanReadWithoutStalling() const {
   return true;
 }
 
+int VideoDecoder::GetMaxDecodeRequests() const {
+  return 1;
+}
+
 }  // namespace media