diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-11-03 06:43:29 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-11-03 06:43:29 +0000 |
commit | d447fc3132e79ace820a761d052930fe10573d23 (patch) | |
tree | 7f3fada5ffc4237b994fedaabfdfcc7da1471037 /libavformat/rm.h | |
parent | 0ee97f0d3fd82c5752f538269eee161a5c7942cb (diff) | |
download | ffmpeg-d447fc3132e79ace820a761d052930fe10573d23.tar.gz |
Seek regression for RM demuxer fix
Originally committed as revision 10907 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rm.h')
-rw-r--r-- | libavformat/rm.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |