Re: [FFmpeg-devel] [PATCH 1/9] avcodec/bsf/pcm_rechunk: reorder supported codec list

2024-03-06 Thread Stefano Sabatini
On date Tuesday 2024-03-05 23:51:39 +0100, Marton Balint wrote: > Should be easier to add new codecs by using the same order as in > av_get_exact_bits_per_sample(). > > Signed-off-by: Marton Balint > --- > libavcodec/bsf/pcm_rechunk.c | 21 + > 1 file changed, 13 insertions(+

[FFmpeg-devel] [PATCH 1/9] avcodec/bsf/pcm_rechunk: reorder supported codec list

2024-03-05 Thread Marton Balint
Should be easier to add new codecs by using the same order as in av_get_exact_bits_per_sample(). Signed-off-by: Marton Balint --- libavcodec/bsf/pcm_rechunk.c | 21 + 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/libavcodec/bsf/pcm_rechunk.c b/libavcodec/bsf/