From a4c58e8f87aa0606f883876d8557dbc99016ebaa Mon Sep 17 00:00:00 2001 From: uau Date: Sun, 11 Mar 2007 17:30:44 +0000 Subject: Allow demuxers to return packets with no pts in -correct-pts mode as long as there are enough pts values for frames that the decoder returns. This should allow passing NAL units individually. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22516 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'mplayer.c') diff --git a/mplayer.c b/mplayer.c index 2ab2c05015..66a0f3759c 100644 --- a/mplayer.c +++ b/mplayer.c @@ -1615,8 +1615,6 @@ static int generate_video_frame(sh_video_t *sh_video, demux_stream_t *d_video) } if (in_size > max_framesize) max_framesize = in_size; - if (pts == MP_NOPTS_VALUE) - mp_msg(MSGT_CPLAYER, MSGL_ERR, "pts value from demuxer MISSING\n"); current_module = "decode video"; decoded_frame = decode_video(sh_video, start, in_size, 0, pts); if (decoded_frame) { -- cgit v1.2.3