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

aurel subversion
Mon Aug 10 22:48:05 CEST 2009


Author: aurel
Date: Mon Aug 10 22:48:05 2009
New Revision: 19623

Log:
actually define AVSEEK_FLAG_FRAME as described in avformat_seek_file() doc

Modified:
   trunk/libavformat/avformat.h

Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h	Mon Aug 10 20:12:02 2009	(r19622)
+++ trunk/libavformat/avformat.h	Mon Aug 10 22:48:05 2009	(r19623)
@@ -968,6 +968,7 @@ void av_set_pts_info(AVStream *s, int pt
 #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);
 



More information about the ffmpeg-cvslog mailing list