]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/tscc.c
More okayed chunks of AAC encoder
[ffmpeg] / libavcodec / tscc.c
index 3844725eb1f69c7723769030a62c01fa5a48f922..3c9adc0690c7dfba434f1fd2da61b0a29ae84c90 100644 (file)
@@ -341,6 +341,6 @@ AVCodec tscc_decoder = {
         decode_end,
         decode_frame,
         CODEC_CAP_DR1,
-        .long_name = "TechSmith Screen Capture Codec",
+        .long_name = NULL_IF_CONFIG_SMALL("TechSmith Screen Capture Codec"),
 };