|
|
@@ -33,7 +33,6 @@ typedef struct { |
|
|
|
FFFrameSync fs; |
|
|
|
FFFrameSyncIn second_input; /* must be immediately after fs */ |
|
|
|
|
|
|
|
uint8_t frame_requested; |
|
|
|
AVFrame *(*process)(AVFilterContext *ctx, AVFrame *main, const AVFrame *second); |
|
|
|
int shortest; ///< terminate stream when the second input terminates |
|
|
|
int repeatlast; ///< repeat last second frame |
|
|
|