mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 04:51:52 +00:00
video: removed unused stuff
This commit is contained in:
parent
d81a374c89
commit
33a945cc7e
@ -470,6 +470,5 @@ int update_video(struct MPContext *mpctx, double endpts, bool reconfig_ok,
|
||||
double *frame_duration);
|
||||
void mp_force_video_refresh(struct MPContext *mpctx);
|
||||
void update_fps(struct MPContext *mpctx);
|
||||
void video_execute_format_change(struct MPContext *mpctx);
|
||||
|
||||
#endif /* MPLAYER_MP_CORE_H */
|
||||
|
@ -458,12 +458,6 @@ struct mp_image *vf_read_output_frame(struct vf_chain *c)
|
||||
return res;
|
||||
}
|
||||
|
||||
struct mp_image *vf_output_queued_frame(struct vf_chain *c, bool eof)
|
||||
{
|
||||
vf_output_frame(c, eof);
|
||||
return vf_read_output_frame(c);
|
||||
}
|
||||
|
||||
static void vf_forget_frames(struct vf_instance *vf)
|
||||
{
|
||||
for (int n = 0; n < vf->num_out_queued; n++)
|
||||
|
@ -143,7 +143,6 @@ int vf_control_by_label(struct vf_chain *c, int cmd, void *arg, bstr label);
|
||||
int vf_filter_frame(struct vf_chain *c, struct mp_image *img);
|
||||
int vf_output_frame(struct vf_chain *c, bool eof);
|
||||
struct mp_image *vf_read_output_frame(struct vf_chain *c);
|
||||
struct mp_image *vf_output_queued_frame(struct vf_chain *c, bool eof);
|
||||
void vf_seek_reset(struct vf_chain *c);
|
||||
struct vf_instance *vf_append_filter(struct vf_chain *c, const char *name,
|
||||
char **args);
|
||||
|
Loading…
Reference in New Issue
Block a user