mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Document return of read_timestamp.
Originally committed as revision 11363 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3858a227ce
commit
de14759e97
@ -227,6 +227,7 @@ typedef struct AVInputFormat {
|
||||
int stream_index, int64_t timestamp, int flags);
|
||||
/**
|
||||
* gets the next timestamp in AV_TIME_BASE units.
|
||||
* @return the timestamp or AV_NOPTS_VALUE if an error occured
|
||||
*/
|
||||
int64_t (*read_timestamp)(struct AVFormatContext *s, int stream_index,
|
||||
int64_t *pos, int64_t pos_limit);
|
||||
|
Loading…
Reference in New Issue
Block a user