On 5/22/11 1:44 PM, Martin Storsjö wrote:
Currently, the url_interrupt_cb callback will abort all IO
after the first received signal. This makes the output files
from e.g. the mov muxer to be unreadable if the transcode is
aborted with ctrl+c.

After this patch, the first signal cleanly breaks out of
the transcoding loop, but won't forcibly abort all IO.
After the second signal is received, the url_interrupt_cb
callback will abort all IO.
---
  ffmpeg.c |    4 +++-
  1 files changed, 3 insertions(+), 1 deletions(-)

The patch looks ok, the description might be clarified or the callback renamed since IO and decode do not feel the same.

lu
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to