On Sonntag 10 September 2006 22:40, Rolf Ahrenberg wrote:
> 
> Hi,
> 
> there's a new 0.4 version of libcle266mpegdec available:
> 
> http://sourceforge.net/projects/cle266mpegdec/
> 
> 2006-09-10: Version 0.4
> 
> - Library API changes:
>    * CLE266MPEGGetDecoderState now returns additional
>      information about the current frame to be displayed.
> 
> - Bug fixes:
>    * Hardware decoder is now only reset if an error occurs
>      during the decode. Resetting before each sequence was
>      causing intermittent picture disturbances.
>    * Hardware decoder wait function implements a real 2ms
>      timeout period.
> 
> Also a new decoder plugin for xine, xineplug_decode_cle266-0.1,
> is now available for download.
> 
> I've attached a patch for softdevice that improves the libcle266mpegdec 
> detection and implements some minor API changes in mpeg2decoder.c.

Could the be done be a short test of LIBCLE266MPEGDEC_VERSION_INT too ?

#if LIBCLE266MPEGDEC_VERSION_INT >= 4
  pic->dtg_active_format = decoder.dtg_active_format;
  pic->interlaced_frame = decoder.progressive_frame ? false : true;
#else
  pic->dtg_active_format = 0; // currently not parsed
  pic->interlaced_frame = true; // FIXME Do we have that information?
#endif

-- 
Stefan Lucke
_______________________________________________
Softdevice-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/softdevice-devel

Reply via email to