summaryrefslogtreecommitdiffstats
path: root/media/test
diff options
context:
space:
mode:
authorfbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-22 00:42:17 +0000
committerfbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-22 00:42:17 +0000
commit44430f7f48512dc0ae8c45d6313e5b8eb215f67e (patch)
tree46927a0c46bb04c581ba702984e1f3fc5d9cb58c /media/test
parenta355ba5577bed81d17332edb4d027f2ed834de5e (diff)
downloadchromium_src-44430f7f48512dc0ae8c45d6313e5b8eb215f67e.zip
chromium_src-44430f7f48512dc0ae8c45d6313e5b8eb215f67e.tar.gz
chromium_src-44430f7f48512dc0ae8c45d6313e5b8eb215f67e.tar.bz2
Revert 53281 - ffmpeg update with vp3 patches.
switch to av_register_protocol2 video-played-collapse layout test fails and will be fixed later. BUG=48037 TEST=ffmpeg should still build/run Review URL: http://codereview.chromium.org/3010016 TBR=fbarchard@chromium.org Review URL: http://codereview.chromium.org/2805098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53285 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/test')
-rw-r--r--media/test/ffmpeg_tests/ffmpeg_tests.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/test/ffmpeg_tests/ffmpeg_tests.cc b/media/test/ffmpeg_tests/ffmpeg_tests.cc
index f8da45c..a967bc3 100644
--- a/media/test/ffmpeg_tests/ffmpeg_tests.cc
+++ b/media/test/ffmpeg_tests/ffmpeg_tests.cc
@@ -115,7 +115,7 @@ int main(int argc, const char** argv) {
avcodec_init();
av_log_set_level(verbose_level);
av_register_all();
- av_register_protocol2(&kFFmpegFileProtocol, sizeof(kFFmpegFileProtocol));
+ av_register_protocol(&kFFmpegFileProtocol);
AVFormatContext* format_context = NULL;
// av_open_input_file wants a char*, which can't work with wide paths.
// So we assume ASCII on Windows. On other platforms we can pass the