diff options
author | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-09-24 15:19:48 +0000 |
---|---|---|
committer | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-09-24 15:19:48 +0000 |
commit | bd40e0ea1d816f4388256972887f25f5fdd9889d (patch) | |
tree | 430382864a32fb79773f50a7c5f7d7ea9460c4b8 /libmpdemux/asf.h | |
parent | 8e6272e8322c71b5396c0c203c499cb45278b002 (diff) | |
download | mpv-bd40e0ea1d816f4388256972887f25f5fdd9889d.tar.bz2 mpv-bd40e0ea1d816f4388256972887f25f5fdd9889d.tar.xz |
interpolate real fps of dvr-ms files using the extended stream properties.
Patch by John Donaghy - johnfdonaghy gmail com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19967 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/asf.h')
-rw-r--r-- | libmpdemux/asf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libmpdemux/asf.h b/libmpdemux/asf.h index 01f9b25857..893ea2dcb7 100644 --- a/libmpdemux/asf.h +++ b/libmpdemux/asf.h @@ -222,9 +222,11 @@ struct asf_priv { unsigned packetsize; double packetrate; unsigned movielength; + double avg_vid_frame_time; int asf_is_dvr_ms; uint32_t asf_frame_state; int asf_frame_start_found; + double dvr_last_vid_pts; }; #endif |