]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/indeo2.c
Do not inline g726_iterate() the function is big so its inlining will
[ffmpeg] / libavcodec / indeo2.c
index 4198e53f06cad43faa4dd5c314d8fc3c5677f7dd..236e4aa225f971a4d3ff6992e0f33d9008eb2dda 100644 (file)
@@ -219,4 +219,5 @@ AVCodec indeo2_decoder = {
     NULL,
     ir2_decode_frame,
     CODEC_CAP_DR1,
+    .long_name = NULL_IF_CONFIG_SMALL("Intel Indeo 2"),
 };