mirror of
https://github.com/mpv-player/mpv
synced 2025-01-04 14:12:10 +00:00
cosmetics: remove a stray ';'
This commit is contained in:
parent
b518142236
commit
787839e8ec
@ -224,7 +224,7 @@ double written_audio_pts(struct MPContext *mpctx)
|
||||
mp_audio_buffer_get_format(d_audio->decode_buffer, &in_format);
|
||||
|
||||
if (!mp_audio_config_valid(&in_format) || !d_audio->afilter)
|
||||
return MP_NOPTS_VALUE;;
|
||||
return MP_NOPTS_VALUE;
|
||||
|
||||
// first calculate the end pts of audio that has been output by decoder
|
||||
double a_pts = d_audio->pts;
|
||||
|
Loading…
Reference in New Issue
Block a user