[FFmpeg-cvslog] fftools/cmdutils: Don't report AV_CODEC_CAP_TRUNCATED

Andreas Rheinhardt git at videolan.org
Mon Sep 20 03:15:16 EEST 2021


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Sun Sep 12 18:04:06 2021 +0200| [c5c6871a22f9b9998b85ebdc6c95248d47ef662d] | committer: Andreas Rheinhardt

fftools/cmdutils: Don't report AV_CODEC_CAP_TRUNCATED

It is deprecated.

Reviewed-by: James Almer <jamrial at gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

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

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

diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c
index ed3dcd31f4..cd3f2bb2ae 100644
--- a/fftools/cmdutils.c
+++ b/fftools/cmdutils.c
@@ -1399,8 +1399,6 @@ static void print_codec(const AVCodec *c)
         printf("horizband ");
     if (c->capabilities & AV_CODEC_CAP_DR1)
         printf("dr1 ");
-    if (c->capabilities & AV_CODEC_CAP_TRUNCATED)
-        printf("trunc ");
     if (c->capabilities & AV_CODEC_CAP_DELAY)
         printf("delay ");
     if (c->capabilities & AV_CODEC_CAP_SMALL_LAST_FRAME)



More information about the ffmpeg-cvslog mailing list