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

Side by Side Diff: chromium/avformat-53.sigs

Issue 9325049: Fixup chromium specific bits after merge. (Closed) Base URL: ssh://gerrit.chromium.org:29418/chromium/third_party/ffmpeg.git@master
Patch Set: Code review fixes. Created 8 years, 10 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 unified diff | Download patch
« no previous file with comments | « chromium/avcodec-54.sigs ('k') | chromium/avformat-54.sigs » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4 #
5 # Functions from avformat used in chromium code.
6
7 void av_close_input_file(AVFormatContext *s);
8 int av_find_stream_info(AVFormatContext *ic);
9 int av_index_search_timestamp(AVStream *st, int64_t wanted_timestamp, int flags) ;
10 int av_open_input_file(AVFormatContext **ic_ptr, const char *filename, AVInputFo rmat *fmt, int buf_size, AVFormatParameters *ap);
11 int av_read_frame(AVFormatContext *s, AVPacket *pkt);
12 void av_register_all(void);
13 int av_register_protocol2(URLProtocol *protocol, int size);
14 int av_seek_frame(AVFormatContext *s, int stream_index, int64_t timestamp, int f lags);
OLDNEW
« no previous file with comments | « chromium/avcodec-54.sigs ('k') | chromium/avformat-54.sigs » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698