]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/tscc2.c
tree-test: Don't return restricted exit codes
[ffmpeg] / libavcodec / tscc2.c
index aae7119e3ab1f92187d0e8c6f2b4b7aea8ae2cb9..3d22fd7ce9c4e2671f9737c74b8094e5a3cc3480 100644 (file)
@@ -374,6 +374,7 @@ static av_cold int tscc2_decode_init(AVCodecContext *avctx)
 
 AVCodec ff_tscc2_decoder = {
     .name           = "tscc2",
+    .long_name      = NULL_IF_CONFIG_SMALL("TechSmith Screen Codec 2"),
     .type           = AVMEDIA_TYPE_VIDEO,
     .id             = AV_CODEC_ID_TSCC2,
     .priv_data_size = sizeof(TSCC2Context),
@@ -381,5 +382,4 @@ AVCodec ff_tscc2_decoder = {
     .close          = tscc2_decode_end,
     .decode         = tscc2_decode_frame,
     .capabilities   = CODEC_CAP_DR1,
-    .long_name      = NULL_IF_CONFIG_SMALL("TechSmith Screen Codec 2"),
 };