Revision d36beb3f libavcodec/chomp_bsf.c
libavcodec/chomp_bsf.c | ||
---|---|---|
40 | 40 |
/** |
41 | 41 |
* This filter removes a string of NULL bytes from the end of a packet. |
42 | 42 |
*/ |
43 |
AVBitStreamFilter chomp_bsf = { |
|
43 |
AVBitStreamFilter ff_chomp_bsf = {
|
|
44 | 44 |
"chomp", |
45 | 45 |
0, |
46 | 46 |
chomp_filter, |
Also available in: Unified diff