Re: [FFmpeg-devel] [PATCH v2] avcodec/h264_metadata_bsf: remove AUDs at any position

2023-02-09 Thread Gyan Doshi
On 2023-02-08 12:03 pm, Gyan Doshi wrote: On 2023-02-04 03:36 pm, Gyan Doshi wrote: Some files, likely due to faulty packetization or muxing, can have AUDs at other positions besides the head unit of a packet. Remove these too. Plan to push in 24h if no more comments. Pushed as

Re: [FFmpeg-devel] [PATCH v2] avcodec/h264_metadata_bsf: remove AUDs at any position

2023-02-07 Thread Gyan Doshi
On 2023-02-04 03:36 pm, Gyan Doshi wrote: Some files, likely due to faulty packetization or muxing, can have AUDs at other positions besides the head unit of a packet. Remove these too. Plan to push in 24h if no more comments. --- libavcodec/h264_metadata_bsf.c | 13 +++-- 1

[FFmpeg-devel] [PATCH v2] avcodec/h264_metadata_bsf: remove AUDs at any position

2023-02-04 Thread Gyan Doshi
Some files, likely due to faulty packetization or muxing, can have AUDs at other positions besides the head unit of a packet. Remove these too. --- libavcodec/h264_metadata_bsf.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/libavcodec/h264_metadata_bsf.c