[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: RE: Re: Re[2]: [OpenDivX] Tagging in CVS? (or 'This is getting painful').
Hi,
> The colorspace field has been removed from DEC_FRAME. Below is the
> definition for DEC_FRAME (from the latest decore.h):
>
> typedef struct _DEC_FRAME_
> {
> void *bmp; // the decoded bitmap
> void *bitstream; // the decoder buffer
> long length; // the lenght of the decoder stream
> int render_flag; // 1: the frame is going to be rendered
> unsigned int stride; // decoded bitmap stride
> } DEC_FRAME;
yes. it's now in dec_param struct !
(sorry, i wanted to wrine dec_param instead of dec_frame)
>
> -----Original Message-----
> From: Eugene Kuznetsov [mailto:divx@euro.ru]
> Sent: Tuesday, May 29, 2001 1:27 pm
> To: Stuart Robertson
> Subject: Fwd: Re: Re[2]: [OpenDivX] Tagging in CVS? (or 'This is getting
> painful').
>
>
> This is a forwarded message
> From: Arpi <arpi@thot.banki.hu>
> To: Eugene Kuznetsov <divx@euro.ru>
> Date: Tuesday, May 29, 2001, 4:21:50 AM
> Subject: [OpenDivX] Tagging in CVS? (or 'This is getting painful').
>
> ===8<==============Original message text===============
> Hi,
>
> >
> > EK> make sure that, as John already replied,
> > EK> you are not trying to use SSE on non-SSE machine. In Linux you are
> > EK> also required to have new kernel ( 2.4 or reasonably new 2.3 ) if you
> > EK> want to use SSE. It won't work with 2.2.
> >
> > Ignore this statement ( I was actually thinking about RGB->YUV
> > conversion; we don't have SSE-optimized YUV->RGB ). If you are using
> > MMX CPU and my first tip didn't help, send me a gdb backtrace of
> > crash.
>
> I got the same error. It was my fault, because I didn't filled the
> colorspace format in the dec_frame struct. This way the yuv2rgb pointer was
> not set up -> i got sigill (it pointed to random memory, as uninitialized
> pointer)
>
>
> A'rpi / Astral & ESP-team
>
> --
> mailto:arpi@thot.banki.hu
> http://esp-team.scene.hu
>
> ===8<===========End of original message text===========
>
>
>
> --
> Best regards,
> Eugene mailto:divx@euro.ru
>
>
>
> NetZero Platinum
> No Banner Ads and Unlimited Access
> Sign Up Today - Only $9.95 per month!
> http://www.netzero.net
>
>
> _______________________________________________
> OpenDivX mailing list
> OpenDivX@lists.projectmayo.com
> http://lists.projectmayo.com/mailman/listinfo/opendivx
>
>
A'rpi / Astral & ESP-team
--
mailto:arpi@thot.banki.hu
http://esp-team.scene.hu
_______________________________________________
OpenDivX mailing list
OpenDivX@lists.projectmayo.com
http://lists.projectmayo.com/mailman/listinfo/opendivx
Reply To Poster
Local References / HOW-TO / FAQs