]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/cinepak.c
Replace i2f(0) by the actual thing done, gcc is not an optimizing compiler.
[ffmpeg] / libavcodec / cinepak.c
index ad3823f828d76dfaabfb3abb65d9191b14c875f0..b83edd19afe0297756f6f050b4431bfed8cd7adf 100644 (file)
@@ -463,5 +463,5 @@ AVCodec cinepak_decoder = {
     cinepak_decode_end,
     cinepak_decode_frame,
     CODEC_CAP_DR1,
-    .long_name = "Cinepak",
+    .long_name = NULL_IF_CONFIG_SMALL("Cinepak"),
 };