#include "avcodec.h"
#include "internal.h"
Go to the source code of this file.
static int chomp_filter |
( |
AVBitStreamFilterContext * |
bsfc, |
|
|
AVCodecContext * |
avctx, |
|
|
const char * |
args, |
|
|
uint8_t ** |
poutbuf, |
|
|
int * |
poutbuf_size, |
|
|
const uint8_t * |
buf, |
|
|
int |
buf_size, |
|
|
int |
keyframe |
|
) |
| |
|
static |
Initial value:= {
"chomp",
0,
}
static int chomp_filter(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe)
This filter removes a string of NULL bytes from the end of a packet.
Definition at line 43 of file chomp_bsf.c.