diff options
author | Diego Biurrun <diego@biurrun.de> | 2005-12-17 18:14:38 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2005-12-17 18:14:38 +0000 |
commit | 115329f16062074e11ccf3b89ead6176606c9696 (patch) | |
tree | e98aa993905a702688bf821737ab9a443969fc28 /libavcodec/opt.h | |
parent | d76319b1ab716320f6e6a4d690b85fe4504ebd5b (diff) | |
download | ffmpeg-115329f16062074e11ccf3b89ead6176606c9696.tar.gz |
COSMETICS: Remove all trailing whitespace.
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/opt.h')
-rw-r--r-- | libavcodec/opt.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/opt.h b/libavcodec/opt.h index c84db00fed..058c6b63a9 100644 --- a/libavcodec/opt.h +++ b/libavcodec/opt.h @@ -28,13 +28,13 @@ typedef struct AVOption { * @fixme what about other languages */ const char *help; - int offset; ///< offset to context structure where the parsed value should be stored + int offset; ///< offset to context structure where the parsed value should be stored enum AVOptionType type; - + double default_val; double min; double max; - + 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 |