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
ffmpeg: sub2video: send a last blank frame before closing.
Fix trac ticket
#3420
.
tags/n2.3
Nicolas George
12 years ago
parent
27cff4f6f8
commit
521707d42e
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
ffmpeg.c
+ 2
- 0
ffmpeg.c
View File
@@ -297,6 +297,8 @@ static void sub2video_flush(InputStream *ist)
{
int i;
if (ist->sub2video.end_pts < INT64_MAX)
sub2video_update(ist, NULL);
for (i = 0; i < ist->nb_filters; i++)
av_buffersrc_add_ref(ist->filters[i]->filter, NULL, 0);
}
Write
Preview
Loading…
Cancel
Save