[Ffmpeg-cvslog] r5909 - trunk/libavformat/mxf.c
Michael Niedermayer
michaelni
Thu Aug 3 16:17:24 CEST 2006
Hi
On Thu, Aug 03, 2006 at 02:08:06PM +0200, bcoudurier wrote:
> Author: bcoudurier
> Date: Thu Aug 3 14:08:06 2006
> New Revision: 5909
>
> Modified:
> trunk/libavformat/mxf.c
>
> Log:
> skip run-in sequence before reading header
>
> Modified: trunk/libavformat/mxf.c
> ==============================================================================
> --- trunk/libavformat/mxf.c (original)
> +++ trunk/libavformat/mxf.c Thu Aug 3 14:08:06 2006
> @@ -165,6 +165,8 @@
> static const uint8_t mxf_header_partition_pack_key[] = { 0x06,0x0e,0x2b,0x34,0x02,0x05,0x01,0x01,0x0d,0x01,0x02,0x01,0x01,0x02 };
> static const uint8_t mxf_essence_element_key[] = { 0x06,0x0e,0x2b,0x34,0x01,0x02,0x01,0x01,0x0d,0x01,0x03,0x01 };
>
> +static offset_t mxf_header_offset = 0;
non constant global and static variables are forbidden as they break
multithreaded apps
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
In the past you could go to a library and read, borrow or copy any book
Today you'd get arrested for mere telling someone where the library is
More information about the ffmpeg-cvslog
mailing list