[FFmpeg-cvslog] r24327 - trunk/libavformat/avformat.h

aurel subversion
Mon Jul 19 16:58:37 CEST 2010


Author: aurel
Date: Mon Jul 19 16:58:37 2010
New Revision: 24327

Log:
fix av_seek_frame_binary() documentation
read_timestamp() is part of AVInputFormat, not AVCodec

Modified:
   trunk/libavformat/avformat.h

Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h	Mon Jul 19 13:50:07 2010	(r24326)
+++ trunk/libavformat/avformat.h	Mon Jul 19 16:58:37 2010	(r24327)
@@ -1153,7 +1153,7 @@ int av_add_index_entry(AVStream *st, int
 
 /**
  * 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



More information about the ffmpeg-cvslog mailing list