[MPlayer-cvslog] r19022 - trunk/mplayer.c
Rich Felker
dalias at aerifal.cx
Wed Jul 12 18:34:43 CEST 2006
On Wed, Jul 12, 2006 at 12:37:12PM +0200, uau wrote:
> Author: uau
> Date: Wed Jul 12 12:37:11 2006
> New Revision: 19022
>
> Modified:
> trunk/mplayer.c
>
> Log:
> Fix = vs == typo
>
>
> Modified: trunk/mplayer.c
> ==============================================================================
> --- trunk/mplayer.c (original)
> +++ trunk/mplayer.c Wed Jul 12 12:37:11 2006
> @@ -3925,7 +3925,7 @@
> sh_video->pts = vf_vo_data.pts;
> if (sh_video->pts == MP_NOPTS_VALUE) {
> mp_msg(MSGT_CPLAYER, MSGL_ERR, "pts after filters MISSING\n");
> - sh_video->pts == last_pts;
> + sh_video->pts = last_pts;
It would also be nice to comment (in the commit message) what the
affected behavior was. That way people experiencing a bug can see that
this commit fixed it.
Rich
More information about the MPlayer-cvslog
mailing list