After my application loads a video file, seek and play operations will occur. When a seek occurs, it will jump to a new location in the video file to read the packet and decode it. What to do with the decoder at this time? The "AL_Decoder_Flush" function seems to be called at the end of the stream. . .
After my application loads a video file, seek and play operations will occur. When a seek occurs, it will jump to a new location in the video file to read the packet and decode it. What to do with the decoder at this time? The "AL_Decoder_Flush" function seems to be called at the end of the stream. . .