Commit e661f760 authored by Ivo van Poorten's avatar Ivo van Poorten

remove unnecessary check

Originally committed as revision 11453 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9ae09203
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment