Mercurial > libavformat.hg
changeset 6279:111c9026932e libavformat
fix av_seek_frame_binary() documentation
read_timestamp() is part of AVInputFormat, not AVCodec
author | aurel |
---|---|
date | Mon, 19 Jul 2010 14:58:37 +0000 |
parents | 5f0bde61870e |
children | eec2da728944 |
files | avformat.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/avformat.h Mon Jul 19 11:50:07 2010 +0000 +++ b/avformat.h Mon Jul 19 14:58:37 2010 +0000 @@ -1153,7 +1153,7 @@ /** * 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