Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ init()
◆ uninit()
◆ flush()
◆ send_packet()
◆ drain_packet()
◆ get_next_nb_samples()
◆ rechunk_filter()
◆ options
◆ pcm_rechunk_class
Initial value:= {
.class_name = "pcm_rechunk_bsf",
}
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
static const AVOption options[]
Definition at line 185 of file pcm_rechunk_bsf.c.
◆ codec_ids
◆ ff_pcm_rechunk_bsf
Initial value:= {
.name = "pcm_rechunk",
}
static av_always_inline void filter(int16_t *output, ptrdiff_t out_stride, const int16_t *low, ptrdiff_t low_stride, const int16_t *high, ptrdiff_t high_stride, int len, int clip)
static int init(AVBSFContext *ctx)
static int rechunk_filter(AVBSFContext *ctx, AVPacket *pkt)
static enum AVCodecID codec_ids[]
static const AVClass pcm_rechunk_class
static void flush(AVBSFContext *ctx)
static void uninit(AVBSFContext *ctx)
Definition at line 211 of file pcm_rechunk_bsf.c.