From 126927c58e1636f6623ba6461ec311df9cb6aa3c Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 8 May 2014 21:10:53 +0200 Subject: avcodec/exr: mark gama option as experimental / unsupported MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Suggested-by: Reimar Döffinger Signed-off-by: Michael Niedermayer --- libavcodec/exr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/exr.c') diff --git a/libavcodec/exr.c b/libavcodec/exr.c index 4898b7f56d..6ade66cb39 100644 --- a/libavcodec/exr.c +++ b/libavcodec/exr.c @@ -1426,7 +1426,7 @@ static av_cold int decode_end(AVCodecContext *avctx) static const AVOption options[] = { { "layer", "Set the decoding layer", OFFSET(layer), AV_OPT_TYPE_STRING, { .str = "" }, 0, 0, VD }, - { "gamma", "Set the float gamma value when decoding", OFFSET(gamma), + { "gamma", "Set the float gamma value when decoding (experimental/unsupported)", OFFSET(gamma), AV_OPT_TYPE_FLOAT, { .dbl = 1.0f }, 0.001, FLT_MAX, VD }, { NULL }, }; -- cgit v1.2.3