diff options
Diffstat (limited to 'media/mf/mft_h264_decoder.cc')
-rw-r--r-- | media/mf/mft_h264_decoder.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media/mf/mft_h264_decoder.cc b/media/mf/mft_h264_decoder.cc index 6d85f70..e8d6b05 100644 --- a/media/mf/mft_h264_decoder.cc +++ b/media/mf/mft_h264_decoder.cc @@ -170,6 +170,7 @@ MftH264Decoder::~MftH264Decoder() { void MftH264Decoder::Initialize( MessageLoop* message_loop, VideoDecodeEngine::EventHandler* event_handler, + VideoDecodeContext* context, const VideoCodecConfig& config) { LOG(INFO) << "MftH264Decoder::Initialize"; if (state_ != kUninitialized) { |