[FFmpeg-devel] [PATCH] avutil: Add basic transfer functions for each AVColorTransferCharacteristic

Kevin Wheatley kevin.j.wheatley at gmail.com
Tue Sep 1 18:02:10 CEST 2015


Rather than rewrite history or anything like that people could either
apply this on top of my previous patches, or for a view of the whole
kit and kaboodle:

https://github.com/FFmpeg/FFmpeg/compare/master...KevinJW:image_exr_transfer_characteristics

Happy to take further feedback,

Kevin

On Tue, Sep 1, 2015 at 1:03 PM, wm4 <nfxjfg at googlemail.com> wrote:
> On Tue, 1 Sep 2015 12:55:49 +0100
> Kevin Wheatley <kevin.j.wheatley at gmail.com> wrote:
>
>> On Tue, Sep 1, 2015 at 12:49 PM, wm4 <nfxjfg at googlemail.com> wrote:
>> > Identifiers starting with _ are reserved by the system on file scope.
>>
>> oh yes, switching between different programming languages never a good
>> thing for my brain :-)
>>
>> Would the ffmpeg style be prefixing them up with anything, or just
>> leaving off the underscore?
>
> Yes. For static functions, any identifier should be fine; for
> identifiers which are not static and are needed in other files,
> but are still library-private, we use a ff_ prefix.
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0008-avoid-the-use-of-reserved-names.patch
Type: text/x-patch
Size: 5097 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150901/1cfdc293/attachment.bin>


More information about the ffmpeg-devel mailing list