summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-04-15 10:47:30 +0200
committerAnton Khirnov <anton@khirnov.net>2023-04-24 16:56:06 +0200
commita664ec94e0b9f77a3c9598a7c509d959d4c7fcc9 (patch)
tree947d84b3ac59b9833dc0003fe668a25029f5fd8b /fftools/ffmpeg.h
parent87b4453ec6df4de78a9ede6abccdfefe7cfeb66a (diff)
downloadffmpeg-a664ec94e0b9f77a3c9598a7c509d959d4c7fcc9.tar.gz
fftools/ffmpeg_filter: drop write-only FilterGraph.reconfiguration
Diffstat (limited to 'fftools/ffmpeg.h')
-rw-r--r--fftools/ffmpeg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h
index a9302a95f0..72020c8f3a 100644
--- a/fftools/ffmpeg.h
+++ b/fftools/ffmpeg.h
@@ -325,7 +325,6 @@ typedef struct FilterGraph {
const char *graph_desc;
AVFilterGraph *graph;
- int reconfiguration;
// true when the filtergraph contains only meta filters
// that do not modify the frame data
int is_meta;