No subject

bogus at does.not.exist.com bogus at does.not.exist.com
Mon Jul 5 15:10:54 CEST 2010


If an object that has static storage duration is not initialized explicitly=
,
then:
=E2=80=94 if it has pointer type, it is initialized to a null pointer;
=E2=80=94 if it has arithmetic type, it is initialized to (positive or unsi=
gned) zero;
=E2=80=94 if it is an aggregate, every member is initialized (recursively)
according to these rules;
=E2=80=94 if it is a union, the =EF=AC=81rst named member is initialized (r=
ecursively)
according to these
rules.



More information about the ffmpeg-devel mailing list