[MPlayer-cvslog] r22506 - in trunk: command.c libmpdemux/demuxer.c libmpdemux/stheader.h mp_core.h mplayer.c

Michael Niedermayer michaelni at gmx.at
Sun Mar 11 14:27:46 CET 2007


Hi

On Sun, Mar 11, 2007 at 07:16:14AM +0100, uau wrote:
> Author: uau
> Date: Sun Mar 11 07:16:14 2007
> New Revision: 22506
> 
> Modified:
>    trunk/command.c
>    trunk/libmpdemux/demuxer.c
>    trunk/libmpdemux/stheader.h
>    trunk/mp_core.h
>    trunk/mplayer.c
> 
> Log:
> Move the sh_audio->delay field to mpctx->delay.
> The value is related to overall a/v sync and is not used by audio
> demuxers or decoders.
> 
> 

[...]

> Modified: trunk/mp_core.h
> ==============================================================================
> --- trunk/mp_core.h	(original)
> +++ trunk/mp_core.h	Sun Mar 11 07:16:14 2007
> @@ -66,6 +66,13 @@ typedef struct MPContext {
>      // struct.
>      int num_buffered_frames;
>  
> +    // AV sync: the next frame should be shown when the audio out has this
> +    // much (in seconds) buffered data left. Increased when more data is
> +    // written to the ao, decreased when moving to the next frame.
> +    // In the audio-only case used as a timer since the last seek
> +    // by the audio CPU usage meter.
> +    double delay;

i suggest that documentation is written in doxygen compatible format
where possible


[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

I count him braver who overcomes his desires than him who conquers his
enemies for the hardest victory is over self. -- Aristotle
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-cvslog/attachments/20070311/24df2440/attachment.pgp>


More information about the MPlayer-cvslog mailing list