Re: [FFmpeg-devel] [PATCH v5 2/2] avformat/riffdec: warn on invalid sample rate

2025-03-04 Thread Michael Niedermayer
On Mon, Feb 03, 2025 at 09:54:58AM +0530, Viraaj Raulgaonkar wrote: > If strict_std_compliance < FF_COMPLIANCE_STRICT, warn the user of the > invalid sample rate instead of returning an error. In certain cases the > sample rate can get decoded later on. > > Fixes Trac Ticket #11361. > --- > libav

Re: [FFmpeg-devel] [PATCH v5 2/2] avformat/riffdec: warn on invalid sample rate

2025-03-02 Thread Viraaj Raulgaonkar
On Wed, Feb 12, 2025 at 5:01 PM Viraaj Raulgaonkar wrote: > > On Mon, Feb 3, 2025 at 9:55 AM Viraaj Raulgaonkar > wrote: > > > > If strict_std_compliance < FF_COMPLIANCE_STRICT, warn the user of the > > invalid sample rate instead of returning an error. In certain cases the > > sample rate can ge

Re: [FFmpeg-devel] [PATCH v5 2/2] avformat/riffdec: warn on invalid sample rate

2025-02-12 Thread Viraaj Raulgaonkar
On Mon, Feb 3, 2025 at 9:55 AM Viraaj Raulgaonkar wrote: > > If strict_std_compliance < FF_COMPLIANCE_STRICT, warn the user of the > invalid sample rate instead of returning an error. In certain cases the > sample rate can get decoded later on. > > Fixes Trac Ticket #11361. > --- > libavformat/ri

[FFmpeg-devel] [PATCH v5 2/2] avformat/riffdec: warn on invalid sample rate

2025-02-02 Thread Viraaj Raulgaonkar
If strict_std_compliance < FF_COMPLIANCE_STRICT, warn the user of the invalid sample rate instead of returning an error. In certain cases the sample rate can get decoded later on. Fixes Trac Ticket #11361. --- libavformat/riffdec.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) dif