mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
ffplay: use av_noreturn
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
8a2e768318
commit
109d23e0b4
1 changed files with 1 additions and 1 deletions
2
ffplay.c
2
ffplay.c
|
|
@ -290,7 +290,7 @@ static AVPacket flush_pkt;
|
|||
|
||||
static SDL_Surface *screen;
|
||||
|
||||
void exit_program(int ret)
|
||||
void av_noreturn exit_program(int ret)
|
||||
{
|
||||
exit(ret);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue