From d447fc3132e79ace820a761d052930fe10573d23 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Sat, 3 Nov 2007 06:43:29 +0000 Subject: Seek regression for RM demuxer fix Originally committed as revision 10907 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/rm.h') diff --git a/libavformat/rm.h b/libavformat/rm.h index a9673f0648..4acf226f48 100644 --- a/libavformat/rm.h +++ b/libavformat/rm.h @@ -51,6 +51,7 @@ typedef struct { int videobufpos; ///< position for the next slice in the video buffer int curpic_num; ///< picture number of current frame int cur_slice, slices; + int64_t pktpos; ///< first slice position in file /// Audio descrambling matrix parameters uint8_t *audiobuf; ///< place to store reordered audio data int64_t audiotimestamp; ///< Audio packet timestamp -- cgit v1.2.3