[FFmpeg-devel] [PATCH] Revert "lavf: move AVStream.*index_entries* to AVStreamInternal"
James Almer
jamrial at gmail.com
Tue Mar 23 18:45:20 EET 2021
On 3/22/2021 11:51 AM, James Almer wrote:
> On 3/22/2021 11:48 AM, James Almer wrote:
>> This reverts commit cea7c19cda0ea1630ae1de8c102ab14231b9db10.
>>
>> Until an API is added to make index_entries public in a proper way, we
>> should
>> keep this here.
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>> Some library users looked at these fields since they are apparently
>> pretty
>> useful, so at least for 4.4 we should keep them in place, even if not
>> technically public, since doing so is harmless and less disruptive for
>> users
>> upgrading from 4.3.
>> We should then come up with a proper method to retrieve this
>> information for
>> the next release, even if said method is simply making these fields
>> officially
>> public.
>
> To be more specific in case it wasn't clear, this revert is meant only
> for 4.4. Master is fine as is and where we should introduce the proper API.
Will apply.
More information about the ffmpeg-devel
mailing list