[MPlayer-dev-eng] [PATCH] unified timing patch for H264

Pásztor Szilárd don at tricon.hu
Sat Aug 21 17:09:16 CEST 2010


Here is the latest version, with everything corrected, except this one:

Reimar Döffinger:
> >  	if (decoded_frame) {
> > +	    was_frame = 1;
> >  	    update_subtitles(sh_video, sh_video->pts, mpctx->d_sub, 0);
> >  	    update_teletext(sh_video, mpctx->demuxer, 0);
> >  	    update_osd_msg();
> >  	    current_module = "filter video";
> >  	    if (filter_video(sh_video, decoded_frame, sh_video->pts))
> >  		break;
> > -	} else if (drop_frame)
> > +	} else if (was_frame && drop_frame) // disable framedropping at
> > the very first frame
> 
> This doesn't make any sense at all to me.
> You can't just continue processing when decoded_frame is NULL.

...because I don't see a problem here.

         --------------------------------------------------------------
         |  Good news is just life's way of keeping you off balance.  |
         --------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mplayer-h264-timing-20100821.diff
Type: application/octet-stream
Size: 11249 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20100821/ede93fb7/attachment.obj>


More information about the MPlayer-dev-eng mailing list