| 34 | #include "packet_internal.h" |
| 35 | |
| 36 | static av_always_inline const FFBitStreamFilter *ff_bsf(const AVBitStreamFilter *bsf) |
| 37 | { |
| 38 | return (const FFBitStreamFilter*)bsf; |
| 39 | } |
| 40 | |
| 41 | typedef struct FFBSFContext { |
| 42 | AVBSFContext pub; |
no outgoing calls
no test coverage detected