[FFmpeg-devel] Unsubscribe

2022-09-14 Thread Sam Davis
Unsubscribe On Wed, Sep 14, 2022, 11:14 Nicolas George wrote: > Li-Heng Chen (12022-09-13): > > This patch solves a potential EOF pts bug that can be triggered with > other filters: when placing select filter before fps filter, the EOF pts in > `f_select` always indicate the last input frame reg

[FFmpeg-devel] [PATCH] avcodec/audiotoolboxdec: Fix decoding 24 Bit ALAC

2019-07-08 Thread Davis
"avctx->bits_per_raw_sample" always returns 0. Tested with 24 Bit ALAC. The result is bit-perfect. Fix #7287. --- libavcodec/audiotoolboxdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/audiotoolboxdec.c b/libavcodec/audiotoolboxdec.c index 5c0a9de8f6..95bf9acc4