diff options
Diffstat (limited to 'libavcodec/frwu.c')
-rw-r--r-- | libavcodec/frwu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/frwu.c b/libavcodec/frwu.c index e68fda967f..d0a9102fe3 100644 --- a/libavcodec/frwu.c +++ b/libavcodec/frwu.c @@ -115,7 +115,7 @@ static const AVClass frwu_class = { .version = LIBAVUTIL_VERSION_INT, }; -AVCodec ff_frwu_decoder = { +const AVCodec ff_frwu_decoder = { .name = "frwu", .long_name = NULL_IF_CONFIG_SMALL("Forward Uncompressed"), .type = AVMEDIA_TYPE_VIDEO, |