<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2014/1/12 Ross Finlayson <span dir="ltr"><<a href="mailto:finlayson@live555.com" target="_blank">finlayson@live555.com</a>></span><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Note that 0x24 is the elementary stream_type for H.265; see:<br>
        <a href="http://en.wikipedia.org/wiki/Program-specific_information#Elementary_stream_types" target="_blank">http://en.wikipedia.org/wiki/Program-specific_information#Elementary_stream_types</a><br>
<br>
    Ross.<br>
<br>
*** ts.c.old    2014-01-12 03:33:21.000000000 -0800<br>
--- ts.c.new    2014-01-12 03:34:34.000000000 -0800<br>
***************<br>
*** 2436,2441 ****<br>
--- 2436,2444 ----<br>
      case 0x1B:  /* H264 <- check transport syntax/needed descriptor */<br>
          es_format_Init( fmt, VIDEO_ES, VLC_CODEC_H264 );<br>
          break;<br>
+     case 0x24:  /* H265 (aka. HEVC) */<br>
+         es_format_Init( fmt, VIDEO_ES, VLC_CODEC_HEVC );<br>
+         break;<br>
      case 0x42:  /* CAVS (Chinese AVS) */<br>
          es_format_Init( fmt, VIDEO_ES, VLC_CODEC_CAVS );<br>
          break;<br>
<br></blockquote><div><br></div><div>Git format (git-format-patch)?</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="https://mailman.videolan.org/listinfo/vlc-devel" target="_blank">https://mailman.videolan.org/listinfo/vlc-devel</a><br>
</blockquote></div><br></div></div>