diff avformat.h @ 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 21b8d2334030
children ab5b82b7b8e6
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