[FFmpeg-cvslog] opt_common: note D and T type streams for completeness.

Gyan Doshi git at videolan.org
Fri May 20 21:12:59 EEST 2022


ffmpeg | branch: master | Gyan Doshi <ffmpeg at gyani.pro> | Thu May 19 19:36:45 2022 +0530| [9ab20b1614194280b862d98dfcdb7b1bcff03329] | committer: Gyan Doshi

opt_common: note D and T type streams for completeness.

Addresses #9784

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

 fftools/opt_common.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/fftools/opt_common.c b/fftools/opt_common.c
index 55d86eeb19..ae5e28a5af 100644
--- a/fftools/opt_common.c
+++ b/fftools/opt_common.c
@@ -675,6 +675,8 @@ int show_codecs(void *optctx, const char *opt, const char *arg)
            " ..V... = Video codec\n"
            " ..A... = Audio codec\n"
            " ..S... = Subtitle codec\n"
+           " ..D... = Data codec\n"
+           " ..T... = Attachment codec\n"
            " ...I.. = Intra frame-only codec\n"
            " ....L. = Lossy compression\n"
            " .....S = Lossless compression\n"



More information about the ffmpeg-cvslog mailing list