summaryrefslogtreecommitdiff
path: root/libavcodec/v210dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/v210dec.c')
-rw-r--r--libavcodec/v210dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/v210dec.c b/libavcodec/v210dec.c
index 044d35338b..868822e298 100644
--- a/libavcodec/v210dec.c
+++ b/libavcodec/v210dec.c
@@ -214,7 +214,7 @@ static const AVClass v210dec_class = {
.version = LIBAVUTIL_VERSION_INT,
};
-AVCodec ff_v210_decoder = {
+const AVCodec ff_v210_decoder = {
.name = "v210",
.long_name = NULL_IF_CONFIG_SMALL("Uncompressed 4:2:2 10-bit"),
.type = AVMEDIA_TYPE_VIDEO,