]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/loco.c
x86: dsputil: Separate ff_add_hfyu_median_prediction_cmov from dsputil_mmx
[ffmpeg] / libavcodec / loco.c
index ec6fe2f94411f83503d945fd0e8138a09e582565..6be081d8ad3ef4f78b29563d49ab9bac49caa76e 100644 (file)
@@ -317,11 +317,11 @@ static av_cold int decode_init(AVCodecContext *avctx)
 
 AVCodec ff_loco_decoder = {
     .name           = "loco",
+    .long_name      = NULL_IF_CONFIG_SMALL("LOCO"),
     .type           = AVMEDIA_TYPE_VIDEO,
     .id             = AV_CODEC_ID_LOCO,
     .priv_data_size = sizeof(LOCOContext),
     .init           = decode_init,
     .decode         = decode_frame,
     .capabilities   = CODEC_CAP_DR1,
-    .long_name      = NULL_IF_CONFIG_SMALL("LOCO"),
 };