<br><br><div class="gmail_quote"><div dir="ltr">Le jeu. 28 déc. 2017 à 17:23, Francois Cartegnie <<a href="mailto:fcvlcdev@free.fr">fcvlcdev@free.fr</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le 26/12/2017 à 15:21, Mathieu Velten a écrit :<br>
> Sometimes the profile is not available in the container metadatas (WebM).<br>
<br>
Sorry but profile is always available for HEVC.<br></blockquote></div><div><br></div><div>Indeed, please disregard the HEVC changes I removed them in the new patch I sent yesterday. This is now specific to VP9.</div><div><br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
>      case AV_CODEC_ID_HEVC:<br>
> -        if (fmt->i_profile == FF_PROFILE_HEVC_MAIN)<br>
> +        if (ctx->profile == FF_PROFILE_HEVC_MAIN)<br>
>              i_profile = VAProfileHEVCMain;<br>
I haven't looking into it, but<br>
if we really have a mix of FF_PROFILE defines and core es_format profile<br>
values in that code, that might be your real issue.<br></blockquote></div><div><br></div><div>This is not the issue at play here since for VP9 in webm the reported value is -1, however you are right we probably have a mix-up here, I'll send a separate patch for that.</div><div><br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
--<br>
Francois Cartegnie<br>
VideoLAN - VLC Developer<br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="https://mailman.videolan.org/listinfo/vlc-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/listinfo/vlc-devel</a></blockquote></div>