mirror of https://git.ffmpeg.org/ffmpeg.git
remove unnecessary check
Originally committed as revision 11453 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9ae092036b
commit
e661f76051
|
@ -142,7 +142,6 @@ recover:
|
|||
return AVERROR(EIO);
|
||||
|
||||
pkt->stream_index = streamid - 1;
|
||||
if (pva_pts != AV_NOPTS_VALUE)
|
||||
pkt->pts = pva_pts;
|
||||
|
||||
return ret;
|
||||
|
|
Loading…
Reference in New Issue