Invalid PTS/DTS at flushing encoder

Issue #362 invalid
MMC created an issue

"To flush the encoder and retrieve delayed output pictures, pass pic_in as NULL." x265_encoder_encode(x265_encoder encoder, x265_nal pp_nal, uint32_t pi_nal, x265_picture pic_in, x265_picture pic_out)

While there is pic_in argument with my PTS incremental counter, the pic_out contains correct/valid (reordered) PTS and DTS values, but when pic_in is NULL, the PTS/DTS became invalid in pic_out.

Can somebody confirm this issue?

btw. I use x265 as a library in x265vfw, using MinGWw64 7.1 x64

Comments (1)

  1. Log in to comment