Commit bc2c083d authored by Francois Cartegnie's avatar Francois Cartegnie

demux: hevc: add .hevc extension

used by ffmpeg
parent a3596601
......@@ -378,7 +378,7 @@ static int OpenH264( vlc_object_t * p_this )
static int OpenHEVC( vlc_object_t * p_this )
{
hevc_probe_ctx_t ctx = { 0, 0, 0 };
const char *rgi_psz_ext[] = { ".h265", ".265", ".bin", ".bit", ".raw", NULL };
const char *rgi_psz_ext[] = { ".h265", ".265", ".hevc", ".bin", ".bit", ".raw", NULL };
const char *rgi_psz_mime[] = { "video/h265", "video/hevc", "video/HEVC", NULL };
return GenericOpen( (demux_t*)p_this, "hevc", VLC_CODEC_HEVC, ProbeHEVC,
......
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