summaryrefslogtreecommitdiff
path: root/fftools/opt_common.c
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2022-05-19 19:18:45 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2022-05-20 23:42:23 +0530
commit9ab20b1614194280b862d98dfcdb7b1bcff03329 (patch)
tree639f9c65a1e9189aafa4d3620e126ae66a0aa57a /fftools/opt_common.c
parent8bf618884beece187f7f841216aaa17124cff753 (diff)
downloadffmpeg-9ab20b1614194280b862d98dfcdb7b1bcff03329.tar.gz
opt_common: note D and T type streams for completeness.
Addresses #9784
Diffstat (limited to 'fftools/opt_common.c')
-rw-r--r--fftools/opt_common.c2
1 files changed, 2 insertions, 0 deletions
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"