[x264-devel] Re: some problems of x264 decoder

吴 坚 wujianseven at hotmail.com
Sat Jul 10 13:37:31 CEST 2004


I keep on the half-baked x264 decoder ,because initially I want to maintain 
the consistency between the x264 encoder and the x264 decoder.


>From: Måns Rullgård <mru at mru.ath.cx>
>Reply-To: x264-devel at videolan.org
>To: x264-devel at videolan.org
>Subject: [x264-devel] Re: some problems of x264 decoder
>Date: Sat, 10 Jul 2004 09:07:29 +0200
>
>Îâ ¼á <wujianseven at hotmail.com> writes:
>
> > When I compile over redhat9,the following ocurrs:
> >
> > decoder/decoder.c: In function `x264_slice_data_decode':
> > decoder/decoder.c:494: subscripted value is neither array nor pointer
> > decoder/decoder.c: In function `x264_decoder_close':
> > decoder/decoder.c:776: incompatible type for argument 1 of `x264_free'
> >
> > 494 line is "mb = &h->mb[mb_xy];"
> > 776 line is "x264_free(h->mb);
>
>h->mb is a struct, not a pointer.  My guess is that it used to be a
>pointer, and was changed to a struct after the decoder was disabled.
>
>Why not use the H.264 decoder in libavcodec instead?
>
>--
>Måns Rullgård
>mru at mru.ath.cx


-- 
This is the x264-devel mailing-list
If you are in trouble, please contact <postmaster at videolan.org>



More information about the x264-devel mailing list