mirror of https://github.com/FFmpeg/FFmpeg.git
It has been allocated and initialized in avformat_find_stream_info() untilpull/365/headfd0368e7ca
when the structure was moved to AVStreamInternal and its allocation to avformat_new_stream. In order to also initialize the struct for new streams that only get created during avformat_find_stream_info() said the initialization has been added to avformat_new_stream() later. Due to the Libav-FFmpeg split this has been done twice: In4cda8aa1c5
and in30c26c2442
. The initialization in avformat_find_stream_info() has not been removed at all despite being redundant. This commit removes it and the duplicated initialization in avformat_new_stream(). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent
2c3c83663d
commit
10646d30a3
1 changed files with 0 additions and 9 deletions
Loading…
Reference in new issue