diff options
Diffstat (limited to 'media/ffmpeg/file_protocol.cc')
-rw-r--r-- | media/ffmpeg/file_protocol.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media/ffmpeg/file_protocol.cc b/media/ffmpeg/file_protocol.cc index 26ba8ce..49b9f1c 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, |