Commit 5c414cea authored by ivo's avatar ivo

remove unnecessary check


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11453 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d1c08030
...@@ -142,7 +142,6 @@ recover: ...@@ -142,7 +142,6 @@ recover:
return AVERROR(EIO); return AVERROR(EIO);
pkt->stream_index = streamid - 1; pkt->stream_index = streamid - 1;
if (pva_pts != AV_NOPTS_VALUE)
pkt->pts = pva_pts; pkt->pts = pva_pts;
return ret; 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