Hello,
I noticed av_asser0 macro is extensively used in ffmpeg code... simple grep
returns some 11xx hits.
Inside this macro abort() call is used.
Two questions in my mind:
1. why abort() and not exit() with a err code (i.e. EXIT_FAILURE)
2, if we trigger abort purposely, why not have a signal handler for it and
do proper flushing cleanup upon exception detection? Seems SIGABRT (a POSIX
signal) does not currently have any handler in ffmpeg.

I am sure there are reasons, I am just eager to find reasons behind this...

Thank you,
Mircea
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to