Go to the source code of this file.
#define wloop |
( |
|
mag, |
|
|
|
wr |
|
) |
| |
Value: for (n = 0; n < n_in; n++) { \
wr; \
ptr += mag + 1; \
} \
} while (0)
Referenced by merge_superframe().
static void stats |
( |
AVPacket *const * |
in, |
|
|
int |
n_in, |
|
|
unsigned * |
_max, |
|
|
unsigned * |
_sum |
|
) |
| |
|
static |
Initial value:= {
.name = "vp9_superframe",
}
static void flush(AVCodecContext *avctx)
static void vp9_superframe_flush(AVBSFContext *ctx)
static av_cold int init(AVCodecContext *avctx)
static int vp9_superframe_filter(AVBSFContext *ctx, AVPacket *pkt)
filter_frame For filters that do not use the this method is called when a frame is pushed to the filter s input It can be called at any time except in a reentrant way If the input frame is enough to produce then the filter should push the output frames on the output link immediately As an exception to the previous rule if the input frame is enough to produce several output frames then the filter needs output only at least one per link The additional frames can be left buffered in the filter
static void vp9_superframe_close(AVBSFContext *ctx)
static int vp9_superframe_init(AVBSFContext *ctx)
static enum AVCodecID codec_ids[]
Definition at line 214 of file vp9_superframe_bsf.c.