summaryrefslogtreecommitdiffstats
path: root/libavcodec/options.c
diff options
context:
space:
mode:
authorReimar Döffinger <[email protected]>2011-04-25 11:59:28 +0200
committerReimar Döffinger <[email protected]>2011-04-25 16:51:27 +0200
commit4c7ad768e1356edd7addc6af2c3f0d3ca90ac408 (patch)
tree2ebf23399f1162121c682d10d910c74c10514bff /libavcodec/options.c
parent5e9de76f54e54d1c4e1f060f4e93e73cd7706828 (diff)
ac3dec: allow selecting float output at runtime.
Diffstat (limited to 'libavcodec/options.c')
-rw-r--r--libavcodec/options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/options.c b/libavcodec/options.c
index 2c395510a8..ebe228ee2f 100644
--- a/libavcodec/options.c
+++ b/libavcodec/options.c
@@ -447,6 +447,7 @@ static const AVOption options[]={
{"em", "Emergency", 0, FF_OPT_TYPE_CONST, AV_AUDIO_SERVICE_TYPE_EMERGENCY, INT_MIN, INT_MAX, A|E, "audio_service_type"},
{"vo", "Voice Over", 0, FF_OPT_TYPE_CONST, AV_AUDIO_SERVICE_TYPE_VOICE_OVER, INT_MIN, INT_MAX, A|E, "audio_service_type"},
{"ka", "Karaoke", 0, FF_OPT_TYPE_CONST, AV_AUDIO_SERVICE_TYPE_KARAOKE, INT_MIN, INT_MAX, A|E, "audio_service_type"},
+{"request_sample_fmt", "sample format audio decoders should prefer", OFFSET(request_sample_fmt), FF_OPT_TYPE_INT, AV_SAMPLE_FMT_NONE, AV_SAMPLE_FMT_NONE, AV_SAMPLE_FMT_NB-1, A|D},
{NULL},
};