| Index: webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc
|
| diff --git a/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc b/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc
|
| index 563df37fe886d5b6e5f6d4b86d7bcfe25a3bb147..bbf1ee1df2f62d9a713b29621bb01c84788db42b 100644
|
| --- a/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc
|
| +++ b/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc
|
| @@ -395,6 +395,10 @@ int32_t H264DecoderImpl::Decode(const EncodedImage& input_image,
|
| return WEBRTC_VIDEO_CODEC_OK;
|
| }
|
|
|
| +const char* H264DecoderImpl::ImplementationName() const {
|
| + return "FFmpeg";
|
| +}
|
| +
|
| bool H264DecoderImpl::IsInitialized() const {
|
| return av_context_ != nullptr;
|
| }
|
|
|