[Ffmpeg-devel] [PATCH] MXF demuxer improvements

Rich Felker dalias
Fri Jul 28 18:47:50 CEST 2006


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.

Rich





More information about the ffmpeg-devel mailing list