[FFmpeg-cvslog] r11202 - trunk/configure

Luca Abeni lucabe72
Thu Dec 13 11:53:11 CET 2007


Hi all,

M?ns Rullg?rd wrote:
>>> Indeed. Despite the binutils bug, we should be visciously removing any
>>> public global vars anyway. They have high program startup cost
>>> regardless of what linking mode is used (copy relocations or textrels
>>> in the main program).
>>>
>>> If access to them is really needed, make a function that returns a
>>> (hopefully const-qualified) pointer to the data. But I can't imagine
>>> why a legitimate program would be peeking directly at these data
>>> structures..
[...]
>> i belive the above are the only cases of exported (non constant) variables
> 
> There's ffm_nopts too.

I also see rtsp_default_protocols exported in rtsp.h. I think it should be
removed and replaced with a tag in the rtsp:// url.

BTW, rtsp.h is also trying to export two other variables (rtsp_rtp_port_min
and rtsp_rtp_port_max) that do not appear to exist.



				Luca




More information about the ffmpeg-cvslog mailing list