1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-27 01:22:30 +00:00

f_decoder_wrapper: remove stale/duplicated comment

This commit is contained in:
wm4 2019-05-31 14:47:43 +02:00
parent 6646e82daa
commit af60a45fdf

View File

@ -458,8 +458,6 @@ static void process_audio_frame(struct priv *p, struct mp_aframe *aframe)
mp_aframe_set_pts(aframe, p->pts); mp_aframe_set_pts(aframe, p->pts);
} }
// Frames before the start timestamp can be dropped. (Used for hr-seek.)
void mp_decoder_wrapper_set_start_pts(struct mp_decoder_wrapper *d, double pts) void mp_decoder_wrapper_set_start_pts(struct mp_decoder_wrapper *d, double pts)
{ {
struct priv *p = d->f->priv; struct priv *p = d->f->priv;