On Mon, Dec 16, 2013 at 8:08 AM, Don Moir <[email protected]> wrote:
> Would like to interrupt avcodec_decode_video2 at times like when starting a
> new seek. Decoding takes the most time of anything I do. Since app is
> timeline oriented, trying to keep seek time down to minimum and if
> avcodec_decode_video2 has been called, seems there is no way out until its
> finished and this decoding time can delay a new seek attempt.
>

No, you cannot interrupt it.
You'll have to wait until the current frame finishes decoding.
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to