[FFmpeg-cvslog] lavu/opt: add AV_OPT_FLAG_BSF_PARAM
Jun Zhao
git at videolan.org
Fri Mar 16 03:11:30 EET 2018
ffmpeg | branch: master | Jun Zhao <mypopydev at gmail.com> | Thu Mar 8 13:47:23 2018 +0800| [e0e72539cf5cb9d83cd13434f3be7b80e7ca84e4] | committer: Michael Niedermayer
lavu/opt: add AV_OPT_FLAG_BSF_PARAM
add AV_OPT_FLAG_BSF_PARAM for bit stream filter options.
Signed-off-by: Jun Zhao <mypopydev at gmail.com>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e0e72539cf5cb9d83cd13434f3be7b80e7ca84e4
---
libavutil/opt.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavutil/opt.h b/libavutil/opt.h
index 391720f2e2..07da68ea23 100644
--- a/libavutil/opt.h
+++ b/libavutil/opt.h
@@ -287,6 +287,7 @@ typedef struct AVOption {
* This flag only makes sense when AV_OPT_FLAG_EXPORT is also set.
*/
#define AV_OPT_FLAG_READONLY 128
+#define AV_OPT_FLAG_BSF_PARAM (1<<8) ///< a generic parameter which can be set by the user for bit stream filtering
#define AV_OPT_FLAG_FILTERING_PARAM (1<<16) ///< a generic parameter which can be set by the user for filtering
//FIXME think about enc-audio, ... style flags
More information about the ffmpeg-cvslog
mailing list