avfilter/vf_overlay: Restore shorthand option order

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer
2017-09-05 15:26:52 +02:00
parent fa805df060
commit d8bc198d09
4 changed files with 23 additions and 6 deletions
-6
View File
@@ -28,12 +28,6 @@
#define OFFSET(member) offsetof(FFFrameSync, member)
#define FLAGS AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_FILTERING_PARAM
enum EOFAction {
EOF_ACTION_REPEAT,
EOF_ACTION_ENDALL,
EOF_ACTION_PASS
};
static const char *framesync_name(void *ptr)
{
return "framesync";