summaryrefslogtreecommitdiff
path: root/libavcodec/rv20enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/rv20enc.c')
-rw-r--r--libavcodec/rv20enc.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/libavcodec/rv20enc.c b/libavcodec/rv20enc.c
index 61e8a9d4c9..20090b14ef 100644
--- a/libavcodec/rv20enc.c
+++ b/libavcodec/rv20enc.c
@@ -60,7 +60,12 @@ void ff_rv20_encode_picture_header(MpegEncContext *s, int picture_number){
}
}
-FF_MPV_GENERIC_CLASS(rv20)
+static const AVClass rv20_class = {
+ .class_name = "rv20 encoder",
+ .item_name = av_default_item_name,
+ .option = ff_mpv_generic_options,
+ .version = LIBAVUTIL_VERSION_INT,
+};
AVCodec ff_rv20_encoder = {
.name = "rv20",