| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static avcodec.AVBitStreamFilter |
avcodec.av_bitstream_filter_next(avcodec.AVBitStreamFilter f)
Deprecated.
the old bitstream filtering API (using AVBitStreamFilterContext)
is deprecated. Use av_bsf_iterate() from the new bitstream filtering API (using
AVBSFContext).
|
static int |
avcodec.av_bsf_alloc(avcodec.AVBitStreamFilter filter,
avcodec.AVBSFContext ctx) |
static int |
avcodec.av_bsf_alloc(avcodec.AVBitStreamFilter filter,
PointerPointer ctx)
Allocate a context for a given bitstream filter.
|
static void |
avcodec.av_register_bitstream_filter(avcodec.AVBitStreamFilter bsf)
Deprecated.
the old bitstream filtering API (using AVBitStreamFilterContext)
is deprecated. Use the new bitstream filtering API (using AVBSFContext).
|
Copyright © 2019. All rights reserved.