]> granicus.if.org Git - handbrake/commit
sync: fix conversions of AV_NOPTS_VALUE to double
authorJohn Stebbins <jstebbins.hb@gmail.com>
Tue, 17 May 2016 20:45:14 +0000 (14:45 -0600)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Tue, 17 May 2016 20:45:14 +0000 (14:45 -0600)
commit617689bbb0bf44ac0dc0b86631581591dc472883
tree3b7775ebceabf8a4ab79b97be51f41a0f4bbd82b
parentc5f0ac5f6375f8486569ef0ba8936a07dc87eced
sync: fix conversions of AV_NOPTS_VALUE to double

The way the constant is defined requires an (int64_t) cast to force it
to be signed.
libhb/sync.c