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
make the RDFT vissualizatiom default, the scopes are ugly and eat CPU like
piranhas. Originally committed as revision 21646 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Michael Niedermayer
16 years ago
parent
4c7c76456d
commit
bf8ae197b6
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
@@ -2077,7 +2077,7 @@ static int decode_thread(void *arg)
schedule_refresh(is, 40);
if (!display_disable)
is->show_audio =
1
;
is->show_audio =
2
;
}
if (subtitle_index >= 0) {
Write
Preview
Loading…
Cancel
Save