player: drop explicit exit() calls
The code in main.c calls exit() explicitly, but the code is actually easier to follow by simply exiting from main() instead. The exit() call in av_log.c happens only on severely broken builds, so replace it with abort(). (Shuts up rpmlint warnings.)
W
wm4 committed
e920a00ebad645cd14d341f4dabd4c5c077d2e0c
Parent: e017500