#include "avcodec.h"#include "internal.h"Go to the source code of this file.
Functions | |
| 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) | 
Variables | |
| AVBitStreamFilter | ff_chomp_bsf | 
| This filter removes a string of NULL bytes from the end of a packet.   | |
| 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] | 
        
Definition at line 25 of file chomp_bsf.c.
Initial value:
 {
    "chomp",
    0,
    chomp_filter,
}
Definition at line 43 of file chomp_bsf.c.
 1.5.8