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

Baptiste Coudurier baptiste.coudurier
Wed Feb 25 19:22:18 CET 2009


Hi Michael,

On 2/25/2009 2:45 AM, michael wrote:
> Author: michael
> Date: Wed Feb 25 11:45:08 2009
> New Revision: 17586
> 
> Log:
> untypo
> 
> Modified:
>    trunk/libavformat/avformat.h
> 
> Modified: trunk/libavformat/avformat.h
> ==============================================================================
> --- trunk/libavformat/avformat.h	Wed Feb 25 09:36:00 2009	(r17585)
> +++ trunk/libavformat/avformat.h	Wed Feb 25 11:45:08 2009	(r17586)
> @@ -377,7 +377,7 @@ typedef struct AVInputFormat {
>       * can be presented successfully will be closest to ts and within min/max_ts.
>       * Active streams are all streams that have AVStream.discard < AVDISCARD_ALL.
>       */
> -    int (*reed_seek2)(struct AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags);
> +    int (*read_seek2)(struct AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags);
>  

Maybe (*seek_file) ?

-- 
Baptiste COUDURIER                              GnuPG Key Id: 0x5C1ABAAA
Key fingerprint                 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
checking for life_signs in -lkenny... no
FFmpeg maintainer                                  http://www.ffmpeg.org




More information about the ffmpeg-cvslog mailing list