[vlc-devel] [PATCH] fix ogg muxer structure packing

Sébastien Escudier sebastien-devel at celeos.eu
Wed Mar 14 15:31:09 CET 2012


On Wed, 2012-03-14 at 15:27 +0100, Francois Cartegnie wrote:
> Le 14/03/2012 11:44, Sébastien Escudier a écrit :
> > Hi,
> > 
> > I found that ogm muxing is broken on windows due to struct padding.
> > This patch fixes it, but is it a correct way to do it ?
> > If not, how ?
> 
> Pragma pack() should solve it, as it was the way to do it with suncc
> before support for the __packed__ attribute.
> 
> What's your compiler ? (Why would your gcc not support the
> attribute?) 

My compiler is not the only problem. Because the official windows
release has the same bug.
But anyway, I sent a new patch.





More information about the vlc-devel mailing list