This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
ffplay: use av_noreturn
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Michael Niedermayer
14 years ago
parent
8a2e768318
commit
109d23e0b4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ffplay.c
+ 1
- 1
ffplay.c
View File
@@ -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);
}
Write
Preview
Loading…
Cancel
Save