diff options
author | Ivo van Poorten | 2008-01-07 23:40:04 +0000 |
---|---|---|
committer | Ivo van Poorten | 2008-01-07 23:40:04 +0000 |
commit | ffc2934112c0e1f571db3682082024d965ea39c4 (patch) | |
tree | 44a6bdd872c774510fbdf62f96f9dd9390f51e7f /libavformat | |
parent | e661f760517b5843903941d5803de1890ebd8b1d (diff) |
cosmetics
Originally committed as revision 11454 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/pva.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/pva.c b/libavformat/pva.c index b91bcd350b..76b7fb179e 100644 --- a/libavformat/pva.c +++ b/libavformat/pva.c @@ -142,7 +142,7 @@ recover: return AVERROR(EIO); pkt->stream_index = streamid - 1; - pkt->pts = pva_pts; + pkt->pts = pva_pts; return ret; } |