Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(925)

Unified Diff: chromium/avformat-53.sigs

Issue 9290059: Initial commit of all previous Chrome build scripts. (Closed) Base URL: http://git.chromium.org/chromium/third_party/ffmpeg.git@master
Patch Set: Drop deprecated subfolder. Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromium/avformat-53.sigs
diff --git a/chromium/avformat-53.sigs b/chromium/avformat-53.sigs
new file mode 100644
index 0000000000000000000000000000000000000000..5a98861038467831de9764b6e130bfc620916255
--- /dev/null
+++ b/chromium/avformat-53.sigs
@@ -0,0 +1,14 @@
+# Copyright (c) 2011 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.
+
+void av_close_input_file(AVFormatContext *s);
+int av_find_stream_info(AVFormatContext *ic);
+int av_index_search_timestamp(AVStream *st, int64_t wanted_timestamp, int flags);
+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);
+void av_register_all(void);
+int av_register_protocol2(URLProtocol *protocol, int size);
+int av_seek_frame(AVFormatContext *s, int stream_index, int64_t timestamp, int flags);
« no previous file with comments | « chromium/avcodec-53.sigs ('k') | chromium/avutil-51.sigs » ('j') | codereview.settings » ('J')

Powered by Google App Engine
This is Rietveld 408576698