[FFmpeg-soc] MXF muxer version 0.0.4

Vitor Sessak vitor1001 at gmail.com
Mon Aug 25 22:12:15 CEST 2008


Michael Niedermayer wrote:
> On Mon, Aug 25, 2008 at 08:13:21PM +0800, zhentan feng wrote:
>> Hi
>>
>> 2008/8/23 Michael Niedermayer <michaelni at gmx.at>
>>
>>
>>> [...]
>>>> +static int mxf_write_essence_container_refs(AVFormatContext *s, int
>>> write)
>>>> +{
>>>> +    MXFContext *mxf = s->priv_data;
>>> unused
>>>
>>>
>>>> +    ByteIOContext *pb = s->pb;
>>>> +    AVStream *st;
>>>> +    int i, count = 0, j = 0;
>>>> +    int essence_container_ul_sign[32] = { 0 };
>>> the size 32, could be too small when more entries are added to
>>> ff_mxf_essence_container_uls and there are more than 32 streams.
>>>
>>>
>>> [...]
>>>
>> here is the new patch version 0.0.7 for this issue.
>> please review.
>> thanks.
>> -- 
>> Best wishes~
> 
>> Index: libavformat/mxfenc.c
>> ===================================================================
>> --- libavformat/mxfenc.c	(revision 14965)
>> +++ libavformat/mxfenc.c	(working copy)
>> @@ -245,6 +245,42 @@
>>      return uls;
>>  }

Ok'ed parts commited.

-Vitor



More information about the FFmpeg-soc mailing list