]> git.sesse.net Git - ffmpeg/commit
lavc/movtextenc: add font name handling
authorJohn Stebbins <jstebbins@jetheaddev.com>
Sun, 5 Apr 2020 20:26:02 +0000 (14:26 -0600)
committerPhilip Langdale <philipl@overt.org>
Fri, 10 Apr 2020 16:32:13 +0000 (09:32 -0700)
commit1f8278ee2454ced6cb038948e7a1cfa2cdeea63d
tree956b3f182470187db9598404381c26dc900b2936
parentdbdbcbf384d1e45bceb7e21d73b9e1b671ee48a3
lavc/movtextenc: add font name handling

Initializes the mov text sample description from the ASS header and
creates an mov font table from the fonts available in the ASS Styles.

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