Commit 6b3e2079 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: avformat: blacklist raw hevc

no pkt dts/pts, so no pcr.
Just demuxes at max cpu/speed.
parent aecc7e86
...@@ -228,6 +228,8 @@ int OpenDemux( vlc_object_t *p_this ) ...@@ -228,6 +228,8 @@ int OpenDemux( vlc_object_t *p_this )
"redir", "sdp", "redir", "sdp",
/* Don't handle subtitles format */ /* Don't handle subtitles format */
"ass", "srt", "microdvd", "ass", "srt", "microdvd",
/* No timestamps at all */
"hevc",
"" ""
}; };
......
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