[FFmpeg-devel] [PATCH v2 37/44] avformat/asf: Move ASF GUIDs to a new file
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Sat May 7 15:28:09 EEST 2022
Soft Works:
>
>
>> -----Original Message-----
>> From: ffmpeg-devel <ffmpeg-devel-bounces at ffmpeg.org> On Behalf Of
>> Andreas Rheinhardt
>> Sent: Saturday, May 7, 2022 1:59 PM
>> To: ffmpeg-devel at ffmpeg.org
>> Cc: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
>> Subject: [FFmpeg-devel] [PATCH v2 37/44] avformat/asf: Move ASF GUIDs
>> to a new file
>>
>> They are also needed by the MMSH and MMST protocols and therefore
>> the file they are in is pulled in when these protocols are enabled
>> and used. By moving them to a separate file, linking statically to
>> libavformat while only using AVIO no longer pulls in all the
>> muxers/demuxers (and also no longer any AVCodecs when linking
>> statically to libavcodec).
>>
>> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
>
> I suppose it's a coincidence that this came just 1h after I posted
> the ASF patchset..
>
> No problem though, I'll adapt ;-)
>
There should not be any merge conflicts, as the only one of your patches
touching asf.c does not touch the guids at all.
- Andreas
More information about the ffmpeg-devel
mailing list