| 119 | } FFFilterContext; |
| 120 | |
| 121 | static inline FFFilterContext *fffilterctx(AVFilterContext *ctx) |
| 122 | { |
| 123 | return (FFFilterContext*)ctx; |
| 124 | } |
| 125 | |
| 126 | typedef struct AVFilterCommand { |
| 127 | double time; ///< time expressed in seconds |
no outgoing calls
no test coverage detected