You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avfilter/vf_datascope: add timeline support to pixscope and oscilloscope
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -646,6 +646,7 @@ AVFilter ff_vf_pixscope = {
|
||||
.query_formats = query_formats,
|
||||
.inputs = pixscope_inputs,
|
||||
.outputs = pixscope_outputs,
|
||||
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
|
||||
};
|
||||
|
||||
typedef struct PixelValues {
|
||||
@@ -1027,4 +1028,5 @@ AVFilter ff_vf_oscilloscope = {
|
||||
.uninit = oscilloscope_uninit,
|
||||
.inputs = oscilloscope_inputs,
|
||||
.outputs = oscilloscope_outputs,
|
||||
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
|
||||
};
|
||||
|
Reference in New Issue
Block a user