Commit b5898cf0 authored by Laurent Aimar's avatar Laurent Aimar

Do not let avformat handle subtitles by default.

parent 0ddd6eff
......@@ -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