From 539399d4d1947988c189f72467da0c2532294388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Mon, 17 Oct 2011 07:33:10 +0200 Subject: AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*. --- libavcodec/tiffenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/tiffenc.c') diff --git a/libavcodec/tiffenc.c b/libavcodec/tiffenc.c index 722d78fc8b..b9a1e20fa5 100644 --- a/libavcodec/tiffenc.c +++ b/libavcodec/tiffenc.c @@ -454,7 +454,7 @@ fail: } static const AVOption options[]={ -{"dpi", "set the image resolution (in dpi)", offsetof(TiffEncoderContext, dpi), FF_OPT_TYPE_INT, {.dbl = 72}, 1, 0x10000, AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_ENCODING_PARAM}, +{"dpi", "set the image resolution (in dpi)", offsetof(TiffEncoderContext, dpi), AV_OPT_TYPE_INT, {.dbl = 72}, 1, 0x10000, AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_ENCODING_PARAM}, {NULL} }; static const AVClass class = { "tiff", av_default_item_name, options, LIBAVUTIL_VERSION_INT }; -- cgit v1.2.1