On 23/10/15 15:22, Vittorio Giovara wrote:
> On Mon, Oct 19, 2015 at 1:57 PM, Vittorio Giovara
> <[email protected]> wrote:
>> ---
>>  cmdutils.c | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/cmdutils.c b/cmdutils.c
>> index 5cb22f6..e4bd74f 100644
>> --- a/cmdutils.c
>> +++ b/cmdutils.c
>> @@ -995,8 +995,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 |
>> --
>> 1.9.5 (Apple Git-50.3)
>>
> 
> ping
> 

Sure.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to