cosmetics: remove a stray ';'

This commit is contained in:
wm4 2014-09-04 23:25:11 +02:00
parent b518142236
commit 787839e8ec
1 changed files with 1 additions and 1 deletions

View File

@ -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;