summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2010-07-19 14:58:37 +0000
committerAurelien Jacobs <aurel@gnuage.org>2010-07-19 14:58:37 +0000
commit3673f4ab08bde72f45f49e0e257202fa51ed74a8 (patch)
tree175b6aa7f7e3316ab08adda3b33507551b921c60 /libavformat/avformat.h
parent07e6384dd8b31d866833efde77dc263ee3ebc6b1 (diff)
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
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index bdd7f477e1..dd606884aa 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -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