There was an error fetching the commit references. Please try again later.
x264: Fix dts comparision
We were assigning to a guint64 value (frame->dts) the sum of a unsigned and signed value... resulting it the result never being < 0. Instead just check if it is smaller before assigning to frame->dts.
Loading
Please register or sign in to comment