mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-05-05 22:18:57 +08:00
avfilter/vf_overlay: Restore shorthand option order
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user