diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2013-05-03 10:31:33 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2013-05-04 14:11:53 +0200 |
commit | 3fc66dfef22c044d1bbe36d0739441205bd99923 (patch) | |
tree | 9ef97ce4b3acc108bc68b757b7bef4f219405ff6 /libavformat/avformat.h | |
parent | cc24afb45cfda95eda91ae8dbdfaa26aa35acc36 (diff) | |
download | ffmpeg-3fc66dfef22c044d1bbe36d0739441205bd99923.tar.gz |
lavf: filter out AVSEEK_FLAG_BACKWARD in new API.
Also document that it has no effect.
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index f21dd90305..a9ea1d8e1f 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -1687,6 +1687,7 @@ int av_seek_frame(AVFormatContext *s, int stream_index, int64_t timestamp, * or if stream_index is -1, in AV_TIME_BASE units. * If flags contain AVSEEK_FLAG_ANY, then non-keyframes are treated as * keyframes (this may not be supported by all demuxers). + * If flags contain AVSEEK_FLAG_BACKWARD, it is ignored. * * @param stream_index index of the stream which is used as time base reference * @param min_ts smallest acceptable timestamp |