[SCM] libav/experimental: fix av_seek_frame_binary() documentation read_timestamp() is part of AVInputFormat, not AVCodec

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:11:46 UTC 2013


The following commit has been merged in the experimental branch:
commit 3673f4ab08bde72f45f49e0e257202fa51ed74a8
Author: Aurelien Jacobs <aurel at gnuage.org>
Date:   Mon Jul 19 14:58:37 2010 +0000

    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

diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index bdd7f47..dd60688 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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list