Mercurial > mplayer.hg
changeset 32865:25d2ef30d784
Avoid mixing declarations and code.
author | reimar |
---|---|
date | Tue, 22 Feb 2011 18:52:48 +0000 |
parents | ccdfd500453c |
children | 9acb64ec6484 |
files | mpcommon.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mpcommon.c Tue Feb 22 18:24:04 2011 +0000 +++ b/mpcommon.c Tue Feb 22 18:52:48 2011 +0000 @@ -466,10 +466,11 @@ /// Returns a_pts double calc_a_pts(sh_audio_t *sh_audio, demux_stream_t *d_audio) { + double a_pts; if(!sh_audio || !d_audio) return MP_NOPTS_VALUE; // first calculate the end pts of audio that has been output by decoder - double a_pts = sh_audio->pts; + a_pts = sh_audio->pts; if (a_pts != MP_NOPTS_VALUE) // Good, decoder supports new way of calculating audio pts. // sh_audio->pts is the timestamp of the latest input packet with