[vlc-devel] [PATCH] mp4: support 'hev1' sample entry name for HEVC.

Denis Charmet typx at dinauz.org
Mon Mar 31 12:09:53 CEST 2014


Hi,
Le dimanche 30 mars 2014 à 03:26:03, Tim Walker a écrit :
> libavformat produces such files.
> ---
>  modules/demux/mp4/mp4.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/modules/demux/mp4/mp4.c b/modules/demux/mp4/mp4.c
> index c3038f4..bd58670 100644
> --- a/modules/demux/mp4/mp4.c
> +++ b/modules/demux/mp4/mp4.c
> @@ -2317,6 +2317,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" );

LGTM,

Regards,
-- 
Denis Charmet - TypX
Le mauvais esprit est un art de vivre



More information about the vlc-devel mailing list