mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
fix av_seek_frame_binary() documentation
read_timestamp() is part of AVInputFormat, not AVCodec Originally committed as revision 24327 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
07e6384dd8
commit
3673f4ab08
@ -1153,7 +1153,7 @@ int av_add_index_entry(AVStream *st, int64_t pos, int64_t timestamp,
|
||||
|
||||
/**
|
||||
* Perform a binary search using av_index_search_timestamp() and
|
||||
* AVCodec.read_timestamp().
|
||||
* AVInputFormat.read_timestamp().
|
||||
* This is not supposed to be called directly by a user application,
|
||||
* but by demuxers.
|
||||
* @param target_ts target timestamp in the time base of the given stream
|
||||
|
Loading…
Reference in New Issue
Block a user