cosmetics

Originally committed as revision 11454 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ivo van Poorten 2008-01-07 23:40:04 +00:00
parent e661f76051
commit ffc2934112
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ recover:
return AVERROR(EIO);
pkt->stream_index = streamid - 1;
pkt->pts = pva_pts;
pkt->pts = pva_pts;
return ret;
}