[FFmpeg-cvslog] r19091 - trunk/libavcodec/4xm.c

Michael Niedermayer michaelni
Fri Jun 5 22:10:59 CEST 2009


On Fri, Jun 05, 2009 at 10:12:14AM +0200, bcoudurier wrote:
> Author: bcoudurier
> Date: Fri Jun  5 10:12:14 2009
> New Revision: 19091
> 
> Log:
> 4xm decoder uses get_buffer, set CODEC_CAP_DR1

i think you broke several decoders with these changes, no i dont
know which but
CODEC_CAP_DR1 does not just mean the codec uses get_buffer()
but it means it works with any get_buffer() implementation while
lack of CODEC_CAP_DR1 means it requires the libavcodec internal get_buffer()

one case (that applies to 4xm IIRC) is that linesize == width*bpp is required
by some decoders

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

GMX, the mailprovider that uses RBL lists to reject mails from your friends
running their own mailserver at home. The mailprovider that obscures the
origin of mails (mis)identified as viruses. The mailprovider that improves
security my disallowing more secure forms of authentication.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/attachments/20090605/063582c4/attachment.pgp>



More information about the ffmpeg-cvslog mailing list