I added a new seek_to_frame method for seeking to specific frames in the video stream. The decoder's buffer is now flushed after to prevent potential artifacts or inconsistencies that could occur when processing frames immediately after a seek operation.
I added a new
seek_to_frame
method for seeking to specific frames in the video stream. The decoder's buffer is now flushed after to prevent potential artifacts or inconsistencies that could occur when processing frames immediately after a seek operation.