From 5a6b9443ed6136416363c64566f8374a7d084b17 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Sun, 4 Mar 2007 02:26:20 +0000 Subject: dummy support for mpeg2 non linear quant Originally committed as revision 8215 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/utils.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/utils.c') diff --git a/libavcodec/utils.c b/libavcodec/utils.c index a42219f917..3ab6bd8916 100644 --- a/libavcodec/utils.c +++ b/libavcodec/utils.c @@ -718,6 +718,7 @@ static const AVOption options[]={ {"max_partition_order", NULL, OFFSET(max_partition_order), FF_OPT_TYPE_INT, -1, INT_MIN, INT_MAX, A|E}, {"timecode_frame_start", "GOP timecode frame start number, in non drop frame format", OFFSET(timecode_frame_start), FF_OPT_TYPE_INT, 0, 0, INT_MAX, V|E}, {"drop_frame_timecode", NULL, 0, FF_OPT_TYPE_CONST, CODEC_FLAG2_DROP_FRAME_TIMECODE, INT_MIN, INT_MAX, V|E, "flags2"}, +{"non_linear_q", "use non linear quantizer", 0, FF_OPT_TYPE_CONST, CODEC_FLAG2_NON_LINEAR_QUANT, INT_MIN, INT_MAX, V|E, "flags2"}, {NULL}, }; -- cgit v1.2.3