diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2017-09-05 15:26:52 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-09-05 23:55:19 +0200 |
commit | d8bc198d0979aa417469ddaac8c80146b1df9e4e (patch) | |
tree | cac175e319852d482848575d4f4931f9f5bec74f /libavfilter/framesync2.h | |
parent | fa805df060aeae537e9f8a51ecd9429216ccc779 (diff) | |
download | ffmpeg-d8bc198d0979aa417469ddaac8c80146b1df9e4e.tar.gz |
avfilter/vf_overlay: Restore shorthand option order
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavfilter/framesync2.h')
-rw-r--r-- | libavfilter/framesync2.h | 6 |
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. |