| Index: media/tools/omx_test/omx_test.cc
|
| diff --git a/media/tools/omx_test/omx_test.cc b/media/tools/omx_test/omx_test.cc
|
| index ac885b27c89409bdc7e55b5faad0c3a0d22441e5..5203eb0cfc98444b6092155e1203ad3297bd93c9 100644
|
| --- a/media/tools/omx_test/omx_test.cc
|
| +++ b/media/tools/omx_test/omx_test.cc
|
| @@ -273,7 +273,7 @@ static bool InitFFmpeg() {
|
| return false;
|
| avcodec_init();
|
| av_register_all();
|
| - av_register_protocol2(&kFFmpegFileProtocol, sizeof(kFFmpegFileProtocol));
|
| + av_register_protocol(&kFFmpegFileProtocol);
|
| return true;
|
| }
|
|
|
|
|