diff options
author | James Almer <jamrial@gmail.com> | 2015-05-23 01:51:45 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2015-05-23 01:52:16 -0300 |
commit | 1096c46c55d6bbac5c2decbca49f083d079c1642 (patch) | |
tree | 0cc856956043706917af17a0d99c91c62584f045 /libavcodec/libwebpenc_common.h | |
parent | 44ca8a6adbc3157771b9388876c29d260a165ba7 (diff) | |
download | ffmpeg-1096c46c55d6bbac5c2decbca49f083d079c1642.tar.gz |
libwebp: use a separate AVClass for each encoder
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/libwebpenc_common.h')
-rw-r--r-- | libavcodec/libwebpenc_common.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libavcodec/libwebpenc_common.h b/libavcodec/libwebpenc_common.h index 1126fd0a30..7e653dab2b 100644 --- a/libavcodec/libwebpenc_common.h +++ b/libavcodec/libwebpenc_common.h @@ -77,14 +77,6 @@ static const AVOption options[] = { { NULL }, }; - -static const AVClass class = { - .class_name = "libwebp", - .item_name = av_default_item_name, - .option = options, - .version = LIBAVUTIL_VERSION_INT, -}; - static const AVCodecDefault libwebp_defaults[] = { { "compression_level", "4" }, { "global_quality", "-1" }, |