<br><br><div class="gmail_quote">On Thu, Nov 17, 2011 at 9:25 AM, Laurent Aimar <span dir="ltr"><<a href="mailto:fenrir@elivagar.org">fenrir@elivagar.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Wed, Nov 16, 2011 at 11:13:03PM +0800, Can Wu wrote:<br>
</div><div class="im">> ---<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>
</div> Is there a registration descriptor or something equivalent to detect CAVS<br>
streams? if not, do you know if this stream type has been properly assigned<br>
by ISO?<br></blockquote><div>Yeah, I couldn't find the define from a iso spec, I'm just got it from the sample ts file, and some sample tools like  <a href="http://code.google.com/p/tstools">http://code.google.com/p/tstools</a>, use this value.<br>
<br>AVS will be the standardard video coding standard, maybe the only one, and it's also a ISO standard in ITU, I think this<br>stream_type value should not be random used.<br><br>But, I will try to contact some avs guy to clearify this situation...<br>
<br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
Regards,<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
fenrir<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<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>