diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2022-05-19 19:18:45 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2022-05-20 23:42:23 +0530 |
commit | 9ab20b1614194280b862d98dfcdb7b1bcff03329 (patch) | |
tree | 639f9c65a1e9189aafa4d3620e126ae66a0aa57a | |
parent | 8bf618884beece187f7f841216aaa17124cff753 (diff) | |
download | ffmpeg-9ab20b1614194280b862d98dfcdb7b1bcff03329.tar.gz |
opt_common: note D and T type streams for completeness.
Addresses #9784
-rw-r--r-- | fftools/opt_common.c | 2 |
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" |