[FFmpeg-cvslog] fftools/opt_common: stop printing deprecated AV_CODEC_CAP_SUBFRAMES

Anton Khirnov git at videolan.org
Mon May 15 11:28:42 EEST 2023


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Tue May  9 12:29:22 2023 +0200| [02823210d7f3d81c8001070efcc8e2a0612e9fa3] | committer: Anton Khirnov

fftools/opt_common: stop printing deprecated AV_CODEC_CAP_SUBFRAMES

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=02823210d7f3d81c8001070efcc8e2a0612e9fa3
---

 fftools/opt_common.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/fftools/opt_common.c b/fftools/opt_common.c
index 8a06df82df..f6fe9815e1 100644
--- a/fftools/opt_common.c
+++ b/fftools/opt_common.c
@@ -291,8 +291,6 @@ static void print_codec(const AVCodec *c)
         printf("delay ");
     if (c->capabilities & AV_CODEC_CAP_SMALL_LAST_FRAME)
         printf("small ");
-    if (c->capabilities & AV_CODEC_CAP_SUBFRAMES)
-        printf("subframes ");
     if (c->capabilities & AV_CODEC_CAP_EXPERIMENTAL)
         printf("exp ");
     if (c->capabilities & AV_CODEC_CAP_CHANNEL_CONF)



More information about the ffmpeg-cvslog mailing list