| Index: media/filters/ffmpeg_video_decoder.cc
|
| diff --git a/media/filters/ffmpeg_video_decoder.cc b/media/filters/ffmpeg_video_decoder.cc
|
| index 115f97bb08ac8ed15da406e18887fcb115991407..6423db4bd1b0caa41de8daf596bad716cde3c53e 100644
|
| --- a/media/filters/ffmpeg_video_decoder.cc
|
| +++ b/media/filters/ffmpeg_video_decoder.cc
|
| @@ -37,8 +37,7 @@ namespace media {
|
| static const int kDecodeThreads = 2;
|
|
|
| FFmpegVideoDecoder::FFmpegVideoDecoder()
|
| - : DecoderBase<VideoDecoder, VideoFrame>("VideoDecoderThread"),
|
| - width_(0),
|
| + : width_(0),
|
| height_(0),
|
| time_base_(new AVRational()),
|
| state_(kNormal),
|
|
|