summaryrefslogtreecommitdiff
path: root/libavutil/opt.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-08-09 16:21:07 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-08-12 23:52:55 +0200
commita25346e65cc2f46e3a9ec1a12312a09cd9b132ed (patch)
tree5a4778b46313c674cb23c4772288df4fc559afd5 /libavutil/opt.h
parent3239382aefd0f5fa9ffd1509ccaedd59a54ec9af (diff)
lavu/opt.h: add AV_OPT_FLAG_FILTERING_PARAM macro
Diffstat (limited to 'libavutil/opt.h')
-rw-r--r--libavutil/opt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/opt.h b/libavutil/opt.h
index b947814768..3bf30a582d 100644
--- a/libavutil/opt.h
+++ b/libavutil/opt.h
@@ -279,6 +279,7 @@ typedef struct AVOption {
#define AV_OPT_FLAG_AUDIO_PARAM 8
#define AV_OPT_FLAG_VIDEO_PARAM 16
#define AV_OPT_FLAG_SUBTITLE_PARAM 32
+#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
/**