]> granicus.if.org Git - handbrake/commit
muxavformat: fix last subtitle persistence in mp4
authorJohn Stebbins <jstebbins.hb@gmail.com>
Mon, 9 May 2016 15:03:18 +0000 (08:03 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Tue, 17 May 2016 16:11:30 +0000 (10:11 -0600)
commit2facb50c81364f1f0faa62a7da879447e848ee93
tree80cd7d09f34097cf779cdb1a78f6a2df2f4c47fc
parente3815957e8a6be2a06a526cac803340f9b6ad1b6
muxavformat: fix last subtitle persistence in mp4

libav doesn't seems to honor the duration of the subtitle AVPacket.  It
is required to send an "empty" subtitle packet to terminate all
subtitles, including the last one.
libhb/muxavformat.c