Commit 22950efa authored by aurel's avatar aurel

actually define AVSEEK_FLAG_FRAME as described in avformat_seek_file() doc

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19623 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 824e6e6a
......@@ -968,6 +968,7 @@ void av_set_pts_info(AVStream *s, int pts_wrap_bits,
#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
#define AVSEEK_FLAG_FRAME 8 ///< seeking based on frame number
int av_find_default_stream_index(AVFormatContext *s);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment