On Tue, 1 Sep 2015 12:55:49 +0100
Kevin Wheatley <kevin.j.wheat...@gmail.com> wrote:

> On Tue, Sep 1, 2015 at 12:49 PM, wm4 <nfx...@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@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to