Fix one of the problems with -codecs, -encoders and -decoders.
This commit is contained in:
@@ -917,6 +917,7 @@ int show_codecs(const char *opt, const char *arg)
|
|||||||
while ((desc = avcodec_descriptor_next(desc))) {
|
while ((desc = avcodec_descriptor_next(desc))) {
|
||||||
const AVCodec *codec = NULL;
|
const AVCodec *codec = NULL;
|
||||||
|
|
||||||
|
printf(" ");
|
||||||
printf(avcodec_find_decoder(desc->id) ? "D" : ".");
|
printf(avcodec_find_decoder(desc->id) ? "D" : ".");
|
||||||
printf(avcodec_find_encoder(desc->id) ? "E" : ".");
|
printf(avcodec_find_encoder(desc->id) ? "E" : ".");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user