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

Tim Walker tdskywalker at gmail.com
Sun Mar 30 15:26:03 CEST 2014


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" );
 
-- 
1.8.5.2 (Apple Git-48)




More information about the vlc-devel mailing list