]> git.sesse.net Git - vlc/commit
avcodec: disable subtitle encoding
authorPierre Ynard <linkfanel@yahoo.fr>
Mon, 14 Sep 2009 07:32:51 +0000 (09:32 +0200)
committerPierre Ynard <linkfanel@yahoo.fr>
Mon, 14 Sep 2009 07:32:51 +0000 (09:32 +0200)
commit2631cc77ba624894a204814219e8adf449207b21
tree502cea3d0df3ed20c4e6a70678f3a36e9e839005
parentce484549f98a63a51168a2bcc5c1385b34597fb5
avcodec: disable subtitle encoding

The avcodec module can be successfully opened to encode subtitle formats
that it recognizes, but support is absent and pf_encode_sub is never
set, which leads to a crash.
modules/codec/avcodec/encoder.c