Mercurial > libavformat.hg
diff avformat.h @ 698:829c5c8e5cf2 libavformat
keyframe & non keyframe index fixes
| author | michael |
|---|---|
| date | Sun, 13 Mar 2005 00:13:01 +0000 |
| parents | c129846f7f02 |
| children | d79164865a7c |
line wrap: on
line diff
--- a/avformat.h Sat Mar 12 13:31:03 2005 +0000 +++ b/avformat.h Sun Mar 13 00:13:01 2005 +0000 @@ -5,7 +5,7 @@ extern "C" { #endif -#define LIBAVFORMAT_BUILD 4621 +#define LIBAVFORMAT_BUILD 4622 #define LIBAVFORMAT_VERSION_INT FFMPEG_VERSION_INT #define LIBAVFORMAT_VERSION FFMPEG_VERSION @@ -584,6 +584,7 @@ #define AVSEEK_FLAG_BACKWARD 1 ///< seek backward #define AVSEEK_FLAG_BYTE 2 ///< seeking based on position in bytes +#define AVSEEK_FLAG_ANY 4 ///< seek to any frame, even non keyframes int av_find_default_stream_index(AVFormatContext *s); int av_index_search_timestamp(AVStream *st, int64_t timestamp, int flags);
