]> granicus.if.org Git - libvpx/commit
Fixed bug first cluster timecode of webm file is wrong.
authorFrank Galligan <fgalligan@google.com>
Thu, 4 Nov 2010 03:33:00 +0000 (23:33 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Fri, 12 Nov 2010 16:48:17 +0000 (11:48 -0500)
commit8c2dfde3ed0c6e99ec20b9a4f85e2e4772a956ba
tree53e58ad04ef192e25d7a13ba2e7c731e81338d15
parent0a49747b01401900272ccf0dfbb6481429707ad5
Fixed bug first cluster timecode of webm file is wrong.

When the first pts equaled 0 ivfenc was incorrectly increasing the
pts by 1. I changed the pts and last pts to be signed. I also set
the default value of last pts to -1.

Change-Id: I30bcec5af9b16d93fa9e3abbea7764b133e9cd73
vpxenc.c