Commit 86630a15 authored by Thomas Guillem's avatar Thomas Guillem Committed by Jean-Baptiste Kempf

mediacodec: add hevc mimetype

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent a0e7320b
......@@ -301,6 +301,7 @@ static int OpenDecoder(vlc_object_t *p_this)
const char *mime = NULL;
switch (p_dec->fmt_in.i_codec) {
case VLC_CODEC_HEVC: mime = "video/hevc"; break;
case VLC_CODEC_H264: mime = "video/avc"; break;
case VLC_CODEC_H263: mime = "video/3gpp"; break;
case VLC_CODEC_MP4V: mime = "video/mp4v-es"; break;
......
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