]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/indeo2.c
avformat: use ff_alloc_extradata()
[ffmpeg] / libavcodec / indeo2.c
index 79b844ed0e24a9d6306db2f22aeca3228bbaae94..d3bbc6d20f357574676c5948688323f2ddbbebeb 100644 (file)
@@ -247,6 +247,7 @@ static av_cold int ir2_decode_end(AVCodecContext *avctx)
 
 AVCodec ff_indeo2_decoder = {
     .name           = "indeo2",
+    .long_name      = NULL_IF_CONFIG_SMALL("Intel Indeo 2"),
     .type           = AVMEDIA_TYPE_VIDEO,
     .id             = AV_CODEC_ID_INDEO2,
     .priv_data_size = sizeof(Ir2Context),
@@ -254,5 +255,4 @@ AVCodec ff_indeo2_decoder = {
     .close          = ir2_decode_end,
     .decode         = ir2_decode_frame,
     .capabilities   = CODEC_CAP_DR1,
-    .long_name      = NULL_IF_CONFIG_SMALL("Intel Indeo 2"),
 };