Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Unified Diff: media/filters/ffmpeg_glue.cc

Issue 3081002: Revert r53885 "deps roll for new ffmpeg and switch to av_register_protocol2" (Closed)
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/ffmpeg/ffmpeg_unittest.cc ('k') | media/test/ffmpeg_tests/ffmpeg_tests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/ffmpeg_glue.cc
diff --git a/media/filters/ffmpeg_glue.cc b/media/filters/ffmpeg_glue.cc
index 6f637c3fa7337f388d39f84112caa397b3e81b89..cf06f35c7ce1a6dbabcc6ca9ff7df2ac2fe87cd8 100644
--- a/media/filters/ffmpeg_glue.cc
+++ b/media/filters/ffmpeg_glue.cc
@@ -134,7 +134,7 @@ FFmpegGlue::FFmpegGlue() {
// Register our protocol glue code with FFmpeg.
avcodec_init();
- av_register_protocol2(&kFFmpegURLProtocol, sizeof(kFFmpegURLProtocol));
+ av_register_protocol(&kFFmpegURLProtocol);
av_lockmgr_register(&LockManagerOperation);
// Now register the rest of FFmpeg.
« no previous file with comments | « media/ffmpeg/ffmpeg_unittest.cc ('k') | media/test/ffmpeg_tests/ffmpeg_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698