// equal and match:
{
final H263Format[] f2s = new H263Format[]{
new H263Format(new Dimension(1, 1), 2000, Format.shortArray, 2.f, 1, 2, 3, 4, 5, 6),
(H263Format) f1.clone(),
(H263Format) f1.intersects(f1)
};
for (int i = 0; i < f2s.length; ++i)
{
H263Format f2 = f2s[i];