[FFmpeg-devel] [PATCH] avformat/options_table: Set the default maximum number of streams to 100

Carl Eugen Hoyos ceffmpeg at gmail.com
Fri Dec 9 00:00:39 EET 2016


2016-12-08 18:44 GMT+01:00 Ronald S. Bultje <rsbultje at gmail.com>:

>> -{"max_streams", "maximum number of streams", OFFSET(max_streams),
>> AV_OPT_TYPE_INT, { .i64 = INT_MAX }, 0, INT_MAX, D },
>> +{"max_streams", "maximum number of streams", OFFSET(max_streams),
>> AV_OPT_TYPE_INT, { .i64 = 100 }, 0, INT_MAX, D },
>>  {NULL},
>>  };
>
>
> Isn't this - in some way - an ABI break?

Like ticket #5998?

Carl Eugen


More information about the ffmpeg-devel mailing list