Commit dac22c2a authored by Tim Walker's avatar Tim Walker Committed by Denis Charmet

mp4: support 'hev1' sample entry name for HEVC.

libavformat produces such files.
parent 00ee682e
......@@ -2315,6 +2315,7 @@ static int TrackCreateES( demux_t *p_demux, mp4_track_t *p_track,
break;
}
case VLC_FOURCC( 'h', 'v', 'c', '1' ):
case VLC_FOURCC( 'h', 'e', 'v', '1' ):
{
MP4_Box_t *p_hvcC = MP4_BoxGet( p_sample, "hvcC" );
......
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