timebase fix
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 2 Mar 2006 19:50:21 +0000 (19:50 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 2 Mar 2006 19:50:21 +0000 (19:50 +0000)
Originally committed as revision 5099 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/asf.c

index 29af317..f4a920d 100644 (file)
@@ -802,7 +802,7 @@ static int64_t asf_read_pts(AVFormatContext *s, int stream_index, int64_t *ppos,
             return AV_NOPTS_VALUE;
         }
 
-        pts= pkt->pts * 1000 / AV_TIME_BASE;
+        pts= pkt->pts;
 
         av_free_packet(pkt);
         if(pkt->flags&PKT_FLAG_KEY){