summaryrefslogtreecommitdiffstats
path: root/third_party/ffmpeg/avcodec-52.sigs
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-11 16:46:43 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-11 16:46:43 +0000
commitdf9b432c0fed1bd09daa40e3b219489dd0945bfc (patch)
treef1efe0687a921b422a90cfab005baf6ffdcbbd63 /third_party/ffmpeg/avcodec-52.sigs
parentaeef9efa76f88d0030de2c1055fbe7a92e0d1d13 (diff)
downloadchromium_src-df9b432c0fed1bd09daa40e3b219489dd0945bfc.zip
chromium_src-df9b432c0fed1bd09daa40e3b219489dd0945bfc.tar.gz
chromium_src-df9b432c0fed1bd09daa40e3b219489dd0945bfc.tar.bz2
Revert r18122: "Reapply ffmpeg changes." (it broke the Linux make build).
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18168 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/ffmpeg/avcodec-52.sigs')
-rw-r--r--third_party/ffmpeg/avcodec-52.sigs18
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);