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/avcodec-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/avcodec-52.sigs')
-rw-r--r-- | third_party/ffmpeg/avcodec-52.sigs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/third_party/ffmpeg/avcodec-52.sigs b/third_party/ffmpeg/avcodec-52.sigs deleted file mode 100644 index 27b8ef9..0000000 --- a/third_party/ffmpeg/avcodec-52.sigs +++ /dev/null @@ -1,18 +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 avcodec used in chromium code. - -AVCodec *avcodec_find_decoder(enum CodecID id); -AVFrame *avcodec_alloc_frame(void); -int av_get_bits_per_sample_format(enum SampleFormat sample_fmt); -int av_new_packet(AVPacket *pkt, int size); -int avcodec_decode_audio3(AVCodecContext *avctx, int16_t *samples, int *frame_size_ptr, AVPacket *avpkt); -int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, int *got_picture_ptr, AVPacket *avpkt); -int avcodec_open(AVCodecContext *avctx, AVCodec *codec); -int avcodec_thread_init(AVCodecContext *s, int thread_count); -void av_free_packet(AVPacket *pkt); -void av_init_packet(AVPacket *pkt); -void avcodec_flush_buffers(AVCodecContext *avctx); -void avcodec_init(void); |