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

wm4 nfxjfg at googlemail.com
Tue Sep 1 14:03:42 CEST 2015


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.


More information about the ffmpeg-devel mailing list