]> git.sesse.net Git - ffmpeg/commit
lavc/movtextenc: fix unclosed style records
authorJohn Stebbins <jstebbins@jetheaddev.com>
Sat, 4 Apr 2020 20:52:00 +0000 (14:52 -0600)
committerPhilip Langdale <philipl@overt.org>
Fri, 10 Apr 2020 16:32:13 +0000 (09:32 -0700)
commita129cc9e2942d9185a23726fd88b074e453e859a
treed2580b7278dd2a28535bd89e7104b0f6e19b6012
parent1bf0df4c4f52df044b57ff477418cae9c24820f8
lavc/movtextenc: fix unclosed style records

The last record at the end of each dialog was never closed

Signed-off-by: Philip Langdale <philipl@overt.org>
libavcodec/movtextenc.c