On Mon, Oct 19, 2015 at 1:25 PM, Vittorio Giovara <[email protected]> wrote: > --- > cmdutils.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/cmdutils.c b/cmdutils.c > index 5cb22f6..8df5dbf 100644 > --- a/cmdutils.c > +++ b/cmdutils.c > @@ -996,7 +996,7 @@ static void print_codec(const AVCodec *c) > printf("chconf "); > if (c->capabilities & AV_CODEC_CAP_PARAM_CHANGE) > printf("small "); > - if (c->capabilities & AV_CODEC_CAP_PARAM_CHANGE) > + if (c->capabilities & AV_CODEC_CAP_VARIABLE_FRAME_SIZE) > printf("variable ");
Thats still not entirely correct. Look above. param_change comes out as "small"? :) _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
