summaryrefslogtreecommitdiff
path: root/libavfilter/framesync2.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/framesync2.h')
-rw-r--r--libavfilter/framesync2.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libavfilter/framesync2.h b/libavfilter/framesync2.h
index 745e896bc8..63a0eabbeb 100644
--- a/libavfilter/framesync2.h
+++ b/libavfilter/framesync2.h
@@ -23,6 +23,12 @@
#include "bufferqueue.h"
+enum EOFAction {
+ EOF_ACTION_REPEAT,
+ EOF_ACTION_ENDALL,
+ EOF_ACTION_PASS
+};
+
/*
* TODO
* Export convenient options.