]> git.sesse.net Git - ffmpeg/commit
libavformat/movenc: mov: added subtitle codec tags to codec tag list
authorPaweł Wegner <pawel.wegner95@gmail.com>
Mon, 25 Feb 2019 10:50:43 +0000 (11:50 +0100)
committerJames Almer <jamrial@gmail.com>
Mon, 18 Mar 2019 22:15:35 +0000 (19:15 -0300)
commit4ed6a485d324b5d0fdd1740d1b2d500ff186dc90
tree25228bd36c4481c8fb1c44cfff90d16b0b7ae2fb
parent15d016be30bd24cdba514c7c888e9da0286b5647
libavformat/movenc: mov: added subtitle codec tags to codec tag list

This fixes avformat_query_codec incorrectly returning 0 for
mov container and mov_text subtitles.

Signed-off-by: Paweł Wegner <pawel.wegner95@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
libavformat/movenc.c