summaryrefslogtreecommitdiffstats
path: root/thirdparties/iphone/include/libavcodec/opt.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/iphone/include/libavcodec/opt.h')
-rwxr-xr-xthirdparties/iphone/include/libavcodec/opt.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/thirdparties/iphone/include/libavcodec/opt.h b/thirdparties/iphone/include/libavcodec/opt.h
index 9f0da72..5e58351 100755
--- a/thirdparties/iphone/include/libavcodec/opt.h
+++ b/thirdparties/iphone/include/libavcodec/opt.h
@@ -30,7 +30,7 @@
#include "libavutil/rational.h"
#include "avcodec.h"
-enum AVOptionType{
+enum AVOptionType {
FF_OPT_TYPE_FLAGS,
FF_OPT_TYPE_INT,
FF_OPT_TYPE_INT64,
@@ -119,14 +119,14 @@ typedef struct AVOption2 {
double max; ///< maximum valid value for the option
int flags;
-/*
-#define AV_OPT_FLAG_ENCODING_PARAM 1 ///< a generic parameter which can be set by the user for muxing or encoding
-#define AV_OPT_FLAG_DECODING_PARAM 2 ///< a generic parameter which can be set by the user for demuxing or decoding
-#define AV_OPT_FLAG_METADATA 4 ///< some data extracted or inserted into the file like title, comment, ...
-#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_ENCODING_PARAM 1 ///< a generic parameter which can be set by the user for muxing or encoding
+ #define AV_OPT_FLAG_DECODING_PARAM 2 ///< a generic parameter which can be set by the user for demuxing or decoding
+ #define AV_OPT_FLAG_METADATA 4 ///< some data extracted or inserted into the file like title, comment, ...
+ #define AV_OPT_FLAG_AUDIO_PARAM 8
+ #define AV_OPT_FLAG_VIDEO_PARAM 16
+ #define AV_OPT_FLAG_SUBTITLE_PARAM 32
+ */
//FIXME think about enc-audio, ... style flags
/**
OpenPOWER on IntegriCloud