]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/zmbv.c
Do not inline g726_iterate() the function is big so its inlining will
[ffmpeg] / libavcodec / zmbv.c
index 4e67aa90e1b4fb187ae5d41267ea9f04151607ff..b9751a0faaf2714460c8b5835a1c3a54ba0c43bb 100644 (file)
@@ -661,6 +661,7 @@ AVCodec zmbv_decoder = {
     decode_init,
     NULL,
     decode_end,
-    decode_frame
+    decode_frame,
+    .long_name = NULL_IF_CONFIG_SMALL("Zip Motion Blocks Video"),
 };