[Ffmpeg-devel] Re: [PATCH] MXF demuxer improvements

Baptiste Coudurier baptiste.coudurier
Fri Jul 28 18:52:46 CEST 2006


Hi Rich

Rich Felker wrote:
> On Thu, Jul 27, 2006 at 10:54:16PM +0200, Baptiste Coudurier wrote:
>> Hi
>>
>> I reworked MXF demuxer to prepare handling of other operationnal
>> patterns and streaming demuxing, with many changes, more accurate
>> parsing and simplified codec detection.
>>
>> I'm not sure about the DECLARE_ALIGNED with typedef, is it right to do
>> that ?
> 
> A better question would be... why? Surely there will never be SSE2
> code processing demuxer fields. If you want to process them
> system-word-at-a-time, use an array of long instead of char.
> 

Well, I dunno, since the actual needed position in the key may not be
necessary a multiple of system-word size. Does that sounds correct ?

I now found a way to not use BE_32 on the keys, so that is actually
obsolete. That question would be just for my personal interest to know
that it is correct C coding.

Im just waiting for a tiny go from Mans, Michael or someone else to
commit and then start to mod.

Thanks Rich.

-- 
Baptiste COUDURIER                              GnuPG Key Id: 0x5C1ABAAA
SMARTJOG S.A.                                    http://www.smartjog.com
Key fingerprint                 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
Phone: +33 1 49966312




More information about the ffmpeg-devel mailing list