Sat

Results 1 comments of Sat

Finally I found the solution. In the seek part of decode_thread() I changed : ``` if(is->audioStream >= 0) { packet_queue_flush(&is->audioq); packet_queue_put(&is->audioq, &flush_pkt); } if(is->videoStream >= 0) { packet_queue_flush(&is->videoq); packet_queue_put(&is->videoq, &flush_pkt);...