Tool/software: Linux
since the order/sequence of decoded/output video frame isn't identical to the order/sequence of input frame, (because of B frame)
usually we send pts with input frame, and retrieve the pts back on output frame.
however, I don't find the method in libdce interface. could anyone tell me how to retrieve pts of output frame for libdce?
thanks.