| Index: media/ffmpeg/file_protocol.cc
|
| diff --git a/media/ffmpeg/file_protocol.cc b/media/ffmpeg/file_protocol.cc
|
| index 26ba8ce93513a84e859bfa89c12715a64c6c047a..49b9f1c0a3fc872bbee903cb371ae3648471ac1b 100644
|
| --- a/media/ffmpeg/file_protocol.cc
|
| +++ b/media/ffmpeg/file_protocol.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -78,6 +78,7 @@ MSVC_POP_WARNING()
|
| URLProtocol kFFmpegFileProtocol = {
|
| "file",
|
| &OpenContext,
|
| + NULL, // url_open2
|
| &ReadContext,
|
| &WriteContext,
|
| &SeekContext,
|
|
|