| Index: media/ffmpeg/ffmpeg_unittest.cc
|
| diff --git a/media/ffmpeg/ffmpeg_unittest.cc b/media/ffmpeg/ffmpeg_unittest.cc
|
| index 0892d9d3bc82c047f08c8bd1bd6f2ba33b417c26..0c2f45d3717f9cc1deb842d7adf9ebe071725db9 100644
|
| --- a/media/ffmpeg/ffmpeg_unittest.cc
|
| +++ b/media/ffmpeg/ffmpeg_unittest.cc
|
| @@ -401,7 +401,7 @@ class FFmpegTest : public testing::TestWithParam<const char*> {
|
| avcodec_init();
|
| av_log_set_level(AV_LOG_FATAL);
|
| av_register_all();
|
| - av_register_protocol2(&kFFmpegFileProtocol, sizeof(kFFmpegFileProtocol));
|
| + av_register_protocol(&kFFmpegFileProtocol);
|
| initialized = true;
|
| }
|
|
|
|
|