]> git.sesse.net Git - ffmpeg/commit
movtextdec.c: Add support for fontsize
authorNiklesh <niklesh.lalwani@iitb.ac.in>
Fri, 24 Jul 2015 09:05:16 +0000 (14:35 +0530)
committerPhilip Langdale <philipl@overt.org>
Sun, 26 Jul 2015 16:35:20 +0000 (09:35 -0700)
commitf21fcf60eca9f9fde80095eea11b0d54b116d683
treeb0823bb3b8baa4b9652ba2ac20247d708d22362d
parent7106dfd9456844775535e4af30c726c59d9595aa
movtextdec.c: Add support for fontsize

Add support for fontsize in style records. The patch uses reset to
directly change back to default style instead of using closing tags,
since we are not handling the default styles right now.

Signed-off-by: Niklesh <niklesh.lalwani@iitb.ac.in>
libavcodec/movtextdec.c