Index: media/filters/ffmpeg_glue.cc |
=================================================================== |
--- media/filters/ffmpeg_glue.cc (revision 53256) |
+++ media/filters/ffmpeg_glue.cc (working copy) |
@@ -134,7 +134,7 @@ |
// Register our protocol glue code with FFmpeg. |
avcodec_init(); |
- av_register_protocol(&kFFmpegURLProtocol); |
+ av_register_protocol2(&kFFmpegURLProtocol, sizeof(kFFmpegURLProtocol)); |
av_lockmgr_register(&LockManagerOperation); |
// Now register the rest of FFmpeg. |