diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-09 23:47:53 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-09 23:47:53 +0000 |
commit | 83119ed160f4203cbb93d83ecf175dfcf0dc3219 (patch) | |
tree | 62add8740433f1bfb4f8a047df032f8ebd918227 /third_party/ffmpeg/avformat-52.sigs | |
parent | 9196370c100d39e73cb06de12953ddd05a949ba5 (diff) | |
download | chromium_src-83119ed160f4203cbb93d83ecf175dfcf0dc3219.zip chromium_src-83119ed160f4203cbb93d83ecf175dfcf0dc3219.tar.gz chromium_src-83119ed160f4203cbb93d83ecf175dfcf0dc3219.tar.bz2 |
Removing ffmpeg again.
Reverting r17992 and r17987.
Review URL: http://codereview.chromium.org/119399
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17995 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/ffmpeg/avformat-52.sigs')
-rw-r--r-- | third_party/ffmpeg/avformat-52.sigs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/third_party/ffmpeg/avformat-52.sigs b/third_party/ffmpeg/avformat-52.sigs deleted file mode 100644 index 5f7b193..0000000 --- a/third_party/ffmpeg/avformat-52.sigs +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright (c) 2009 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. -# -# Functions from avformat used in chromium code. - -int av_find_stream_info(AVFormatContext *ic); -int av_open_input_file(AVFormatContext **ic_ptr, const char *filename, AVInputFormat *fmt, int buf_size, AVFormatParameters *ap); -int av_read_frame(AVFormatContext *s, AVPacket *pkt); -int av_register_protocol(URLProtocol *protocol); -int av_seek_frame(AVFormatContext *s, int stream_index, int64_t timestamp, int flags); -void av_register_all(void); |