]> granicus.if.org Git - handbrake/commit
Fix raw video timestamps
authorJohn Stebbins <jstebbins.hb@gmail.com>
Sun, 9 Apr 2017 16:33:26 +0000 (10:33 -0600)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Sun, 9 Apr 2017 16:33:26 +0000 (10:33 -0600)
commit3b080f5c7d5c1aa8ac80a37a8adb5db0a60b6aae
tree96e066b073c32dd086ef9f13290bbc77f28ec50a
parent44776e14258896fa651a8f7d4c8de3c94553caf2
Fix raw video timestamps

Raw video has no timestamps. But we drop frames in sync that have no
timestamps.  So detect raw video and extrapolate timestamps from
framerate.
libhb/common.h
libhb/decavcodec.c
libhb/stream.c