Commit fe41f28c authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit 'fe66671b'

* commit 'fe66671b':
  cmdutils: Check for and report the correct codec capability
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents 564eabee fe66671b
......@@ -1340,8 +1340,8 @@ static void print_codec(const AVCodec *c)
if (c->capabilities & AV_CODEC_CAP_CHANNEL_CONF)
printf("chconf ");
if (c->capabilities & AV_CODEC_CAP_PARAM_CHANGE)
printf("small ");
if (c->capabilities & AV_CODEC_CAP_PARAM_CHANGE)
printf("paramchange ");
if (c->capabilities & AV_CODEC_CAP_VARIABLE_FRAME_SIZE)
printf("variable ");
if (c->capabilities & (AV_CODEC_CAP_FRAME_THREADS |
AV_CODEC_CAP_SLICE_THREADS |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment