[FFmpeg-devel] [PATCH] dshow: allow for more codecs take 2

Roger Pack rogerdpack2 at gmail.com
Thu Feb 14 01:20:47 CET 2013


>> still seems to not work correctly:
>>
>> <BBB-work> someone broke msvc dll builds by marking ff_codec_bmp_tags[]
>> with av_export
>> <BBB-work> can whoever did that fix it?
>> <BBB-work> https://github.com/libav/c99-to-c89/issues/5
>>
>>
>> [...]
>
> This is also covered by a fate instance:
> http://fate.ffmpeg.org/history.cgi?slot=x86_32-msvc10-dll-windows-native
>
> Shared tables cannot be used as a constant initializer.

so can anyone suggest something here?  I want to use ff_codec_bmp_tags
shared, but apparently this is a special case where av_export won't
work with it, because it is used elsewhere as a constant initializer?
If there's no response I suppose I will just add a new (exported)
method to riff.c that returns the table, and use that instead of raw
access to the table...does that sound good?
-roger-


More information about the ffmpeg-devel mailing list