Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2022-05-19 16:48:45 +0300
committerGyan Doshi <ffmpeg@gyani.pro>2022-05-20 21:12:23 +0300
commit9ab20b1614194280b862d98dfcdb7b1bcff03329 (patch)
tree639f9c65a1e9189aafa4d3620e126ae66a0aa57a /fftools/opt_common.c
parent8bf618884beece187f7f841216aaa17124cff753 (diff)
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"