| Index: source/libvpx/test/ivf_video_source.h
|
| ===================================================================
|
| --- source/libvpx/test/ivf_video_source.h (revision 223100)
|
| +++ source/libvpx/test/ivf_video_source.h (working copy)
|
| @@ -28,7 +28,7 @@
|
| // so that we can do actual file decodes.
|
| class IVFVideoSource : public CompressedVideoSource {
|
| public:
|
| - IVFVideoSource(const std::string &file_name)
|
| + explicit IVFVideoSource(const std::string &file_name)
|
| : file_name_(file_name),
|
| input_file_(NULL),
|
| compressed_frame_buf_(NULL),
|
|
|