comparison opt.h @ 2967:ef2149182f1c libavcodec

COSMETICS: Remove all trailing whitespace.
author diego
date Sat, 17 Dec 2005 18:14:38 +0000
parents 8026edf6a349
children c537a97eec66
comparison
equal deleted inserted replaced
2966:564788471dd4 2967:ef2149182f1c
26 /** 26 /**
27 * short English text help. 27 * short English text help.
28 * @fixme what about other languages 28 * @fixme what about other languages
29 */ 29 */
30 const char *help; 30 const char *help;
31 int offset; ///< offset to context structure where the parsed value should be stored 31 int offset; ///< offset to context structure where the parsed value should be stored
32 enum AVOptionType type; 32 enum AVOptionType type;
33 33
34 double default_val; 34 double default_val;
35 double min; 35 double min;
36 double max; 36 double max;
37 37
38 int flags; 38 int flags;
39 #define AV_OPT_FLAG_ENCODING_PARAM 1 ///< a generic parameter which can be set by the user for muxing or encoding 39 #define AV_OPT_FLAG_ENCODING_PARAM 1 ///< a generic parameter which can be set by the user for muxing or encoding
40 #define AV_OPT_FLAG_DECODING_PARAM 2 ///< a generic parameter which can be set by the user for demuxing or decoding 40 #define AV_OPT_FLAG_DECODING_PARAM 2 ///< a generic parameter which can be set by the user for demuxing or decoding
41 #define AV_OPT_FLAG_METADATA 4 ///< some data extracted or inserted into the file like title, comment, ... 41 #define AV_OPT_FLAG_METADATA 4 ///< some data extracted or inserted into the file like title, comment, ...
42 #define AV_OPT_FLAG_AUDIO_PARAM 8 42 #define AV_OPT_FLAG_AUDIO_PARAM 8