]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/v410dec.c
avcodec/x86/dsputil_init: move ff_idct_xvid_mmxext init
[ffmpeg] / libavcodec / v410dec.c
index f8229e20f3a66f7b13e94fbfa0b55e55c3bd7931..e7a9c0e109874a3497ef28086b239836a45b2881 100644 (file)
@@ -89,10 +89,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"),
 };