]> granicus.if.org Git - handbrake/commit
encavcodec: Fix dts timestamps in VT h.265 encoding
authorJohn Stebbins <jstebbins.hb@gmail.com>
Wed, 16 Jan 2019 16:49:47 +0000 (08:49 -0800)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Fri, 18 Jan 2019 20:10:18 +0000 (12:10 -0800)
commit271ad3952c54f46c0b2d6785a0a2f0830ae5c58e
treede4989f51872edd8b9222c03b528c759e855c996
parent9e6f310208ff7df7345724c87ca8ef84fdaa7270
encavcodec: Fix dts timestamps in VT h.265 encoding

The VT h.265 encoder appears to enable b-pyramid, but doesn't expose any
method to modify the setting or query for its value.  So we'll just
assume it's always on whenever there are b-frames.

Fixes https://github.com/HandBrake/HandBrake/issues/1689
libhb/encavcodec.c