X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fv210x.c;h=da9e2e3649abc0f985ee6053987e1969f2301834;hb=a247ac640df3da573cd661065bf53f37863e2b46;hp=f6a453aabf6ccd8474346bc52c082f4c551be5b3;hpb=762c2b5dcd99a08452299cd1f83070f88115f1f3;p=ffmpeg diff --git a/libavcodec/v210x.c b/libavcodec/v210x.c index f6a453aabf6..da9e2e3649a 100644 --- a/libavcodec/v210x.c +++ b/libavcodec/v210x.c @@ -120,7 +120,7 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, return avpkt->size; } -AVCodec ff_v210x_decoder = { +const AVCodec ff_v210x_decoder = { .name = "v210x", .long_name = NULL_IF_CONFIG_SMALL("Uncompressed 4:2:2 10-bit"), .type = AVMEDIA_TYPE_VIDEO,