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: add missing filt_in assignment after video filter reconfigure
Fixes segfaults on changing resolution. Signed-off-by: Marton Balint <cus@passwd.hu>
tags/n1.0
Marton Balint
13 years ago
parent
0a501c756f
commit
cd947e9a2b
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
ffplay.c
+ 1
- 0
ffplay.c
View File
@@ -1693,6 +1693,7 @@ static int video_thread(void *arg)
av_free_packet(&pkt);
goto the_end;
}
filt_in = is->in_video_filter;
filt_out = is->out_video_filter;
last_w = is->video_st->codec->width;
last_h = is->video_st->codec->height;
Write
Preview
Loading…
Cancel
Save