]> git.sesse.net Git - ffmpeg/commit
avcodec/movtextdec: Simplify finding default font
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 17 Oct 2020 11:33:07 +0000 (13:33 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 19 Oct 2020 02:58:30 +0000 (04:58 +0200)
commitc33b9fa74b6f167f472bd26e6ffa3cb796084c77
treeee31b140aa8cb54ba4c3415a940be855a756f6c8
parenta42695c07244991ceabf9996d086dda3fcc28fc1
avcodec/movtextdec: Simplify finding default font

There is no need to walk through the list of fonts twice.

Reviewed-by: Philip Langdale <philipl@overt.org>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/movtextdec.c