Re: [FFmpeg-devel] [PATCH 1/3] avformat/matroskaenc: Don't use stream side-data size

2020-05-21 Thread Andreas Rheinhardt
James Almer: > On 5/22/2020 12:31 AM, James Almer wrote: >> On 5/21/2020 10:24 PM, Andreas Rheinhardt wrote: >>> av_stream_get_side_data() tells the caller whether a stream has side >>> data of a specific type; if present it can also tell the caller the size >>> of the side data via an optional arg

Re: [FFmpeg-devel] [PATCH 1/3] avformat/matroskaenc: Don't use stream side-data size

2020-05-21 Thread James Almer
On 5/22/2020 12:31 AM, James Almer wrote: > On 5/21/2020 10:24 PM, Andreas Rheinhardt wrote: >> av_stream_get_side_data() tells the caller whether a stream has side >> data of a specific type; if present it can also tell the caller the size >> of the side data via an optional argument. The Matroska

Re: [FFmpeg-devel] [PATCH 1/3] avformat/matroskaenc: Don't use stream side-data size

2020-05-21 Thread Andreas Rheinhardt
James Almer: > On 5/21/2020 10:24 PM, Andreas Rheinhardt wrote: >> av_stream_get_side_data() tells the caller whether a stream has side >> data of a specific type; if present it can also tell the caller the size >> of the side data via an optional argument. The Matroska muxer always >> used this op

Re: [FFmpeg-devel] [PATCH 1/3] avformat/matroskaenc: Don't use stream side-data size

2020-05-21 Thread James Almer
On 5/21/2020 10:24 PM, Andreas Rheinhardt wrote: > av_stream_get_side_data() tells the caller whether a stream has side > data of a specific type; if present it can also tell the caller the size > of the side data via an optional argument. The Matroska muxer always > used this optional argument, al

[FFmpeg-devel] [PATCH 1/3] avformat/matroskaenc: Don't use stream side-data size

2020-05-21 Thread Andreas Rheinhardt
av_stream_get_side_data() tells the caller whether a stream has side data of a specific type; if present it can also tell the caller the size of the side data via an optional argument. The Matroska muxer always used this optional argument, although it doesn't really need the size, as the relevant s