<br><br><div class="gmail_quote">2011/11/17 Måns Rullgård <span dir="ltr"><<a href="mailto:mans@mansr.com">mans@mansr.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">Can Wu <<a href="mailto:wu.canus@gmail.com">wu.canus@gmail.com</a>> writes:<br>
<br>
> ---<br>
>  modules/demux/ts.c |    3 +++<br>
>  1 files changed, 3 insertions(+), 0 deletions(-)<br>
><br>
> diff --git a/modules/demux/ts.c b/modules/demux/ts.c<br>
> index ff3ba66..352c8a3 100644<br>
> --- a/modules/demux/ts.c<br>
> +++ b/modules/demux/ts.c<br>
> @@ -2405,6 +2405,9 @@ static int PIDFillFormat( ts_pid_t *pid, int i_stream_type )<br>
>      case 0x1B:  /* H264 <- check transport syntax/needed descriptor */<br>
>          es_format_Init( fmt, VIDEO_ES, VLC_CODEC_H264 );<br>
>          break;<br>
> +    case 0x42:  /* CAVS (Chinese AVS) */<br>
> +        es_format_Init( fmt, VIDEO_ES, VLC_CODEC_CAVS );<br>
> +        break;<br>
<br>
</div>What will you/they do when 0x42 gets assigned to something else by ISO?<br></blockquote><div>I think it's should not happend, the avs group must had reserved it from itu, but yes, I should ha confirm it at first.<br>
</div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
They could at least have had the decency to pick an ID in the user<br>
private range, which will never be used for official ISO IDs, like ATSC<br>
did for AC3. <br></blockquote><div>I will find something out ...<br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><span class="HOEnZb"><font color="#888888">
--<br>
Måns Rullgård<br>
<a href="mailto:mans@mansr.com">mans@mansr.com</a><br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>wucan<br><br>