diff options
Diffstat (limited to 'libavcodec/rv10enc.c')
-rw-r--r-- | libavcodec/rv10enc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/rv10enc.c b/libavcodec/rv10enc.c index 6add8e4dd1..c7bd76bf1a 100644 --- a/libavcodec/rv10enc.c +++ b/libavcodec/rv10enc.c @@ -70,7 +70,7 @@ static const AVClass rv10_class = { .version = LIBAVUTIL_VERSION_INT, }; -AVCodec ff_rv10_encoder = { +const AVCodec ff_rv10_encoder = { .name = "rv10", .long_name = NULL_IF_CONFIG_SMALL("RealVideo 1.0"), .type = AVMEDIA_TYPE_VIDEO, |