]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/v410dec.c
vdpau: add a constructor for AVVDPAUContext.
[ffmpeg] / libavcodec / v410dec.c
index e4b2a7ded3985d1a643281be92d352c0484961c4..07be5022768db3510578eb35e5dc0bad4f00a0e6 100644 (file)
@@ -91,10 +91,10 @@ static int v410_decode_frame(AVCodecContext *avctx, void *data,
 
 AVCodec ff_v410_decoder = {
     .name         = "v410",
+    .long_name    = NULL_IF_CONFIG_SMALL("Uncompressed 4:4:4 10-bit"),
     .type         = AVMEDIA_TYPE_VIDEO,
     .id           = AV_CODEC_ID_V410,
     .init         = v410_decode_init,
     .decode       = v410_decode_frame,
     .capabilities = CODEC_CAP_DR1,
-    .long_name    = NULL_IF_CONFIG_SMALL("Uncompressed 4:4:4 10-bit"),
 };