[FFmpeg-devel] [PATCH 1/6] avformat/mxfdec: use MXFCodecUL struct to store essence description for data_essence_container_uls

Marton Balint cus at passwd.hu
Tue Jun 5 19:59:12 EEST 2018



On Tue, 5 Jun 2018, Tomas Härdin wrote:

> tor 2018-05-31 klockan 02:05 +0200 skrev Marton Balint:
>>> Signed-off-by: Marton Balint <cus at passwd.hu>
>> ---
>>  libavformat/mxf.h    |  1 +
>>  libavformat/mxfdec.c | 16 ++++------------
>>  2 files changed, 5 insertions(+), 12 deletions(-)
>>
>> diff --git a/libavformat/mxf.h b/libavformat/mxf.h
>> index ffcc429a8b..19f8d8a9f5 100644
>> --- a/libavformat/mxf.h
>> +++ b/libavformat/mxf.h
>> @@ -68,6 +68,7 @@ typedef struct MXFCodecUL {
>>      UID uid;
>>      unsigned matching_len;
>>      int id;
>
> Is "id" really needed now?

Yes, there are other tables which are also using the MXFCodecUL struct.

Regards,
Marton


More information about the ffmpeg-devel mailing list