]> git.sesse.net Git - ffmpeg/commit
avcodec/tscc2: Cleanup generically after init failure
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 13 Sep 2020 01:34:19 +0000 (03:34 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 16 Sep 2020 22:09:08 +0000 (00:09 +0200)
commit657756c353526e8807a214770c54a5bcb903bcad
tree06fe8a9e60549761e627dbd5eb7aaf08a7a7906f
parentef6c52f3c56ffdefb6c1f108b583b60657ff0bfc
avcodec/tscc2: Cleanup generically after init failure

Do this by setting the FF_CODEC_CAP_INIT_CLEANUP flag.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/tscc2.c