Commit e821a03e authored by Laurent Aimar's avatar Laurent Aimar Committed by Jean-Baptiste Kempf

Do not let avformat handle subtitles by default.

(cherry picked from commit b5898cf0168bd7dcc68e34bd39ccbc2f7b4d61e5)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 9f2c7b28
......@@ -146,6 +146,8 @@ int OpenDemux( vlc_object_t *p_this )
"mpeg", "vcd", "vob", "mpegts",
/* libavformat's redirector won't work */
"redir", "sdp",
/* Don't handle subtitles format */
"ass", "srt", "microdvd",
""
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment