[FFmpeg-devel] [PATCH] Blackfin MPEGVIDEO DCT Quantization, Last Non Zero optimization

Måns Rullgård mans
Wed Jun 13 13:29:15 CEST 2007


Marc Hoffman wrote:
> I followed all your instructions/suggestions accept for the specific
> blackfin profile stuff which I'm very sorry about.  I can fix the __
> name stuff although I'm currently stumped on that because __ is what
> compilers and low level things use to implement transparent
> functionality which is kind of what this is.  I will fix this latter
> today with ff__t0 ff__lab even though I believe this is an acceptable
> use of a variable prefixed with _ because its a block local label.

Names starting with __ or _[A-Z] are reserved for any use.  Names starting
with _[a-z] are reserved in the global scope.  Unless you are writing libc
or the kernel, you must stay out of the reserved namespaces.

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-devel mailing list