Revision e6fb5a4f libavformat/internal.h
libavformat/internal.h | ||
---|---|---|
226 | 226 |
*/ |
227 | 227 |
int ff_find_stream_index(AVFormatContext *s, int id); |
228 | 228 |
|
229 |
/** |
|
230 |
* Internal version of av_index_search_timestamp |
|
231 |
*/ |
|
232 |
int ff_index_search_timestamp(const AVIndexEntry *entries, int nb_entries, |
|
233 |
int64_t wanted_timestamp, int flags); |
|
234 |
|
|
235 |
/** |
|
236 |
* Internal version of av_add_index_entry |
|
237 |
*/ |
|
238 |
int ff_add_index_entry(AVIndexEntry **index_entries, |
|
239 |
int *nb_index_entries, |
|
240 |
unsigned int *index_entries_allocated_size, |
|
241 |
int64_t pos, int64_t timestamp, int size, int distance, int flags); |
|
242 |
|
|
229 | 243 |
#endif /* AVFORMAT_INTERNAL_H */ |
Also available in: Unified diff