}
{
final H263Format f1 = new H263Format(new Dimension(1, 1), 2000, Format.byteArray, 2.f, 1, 2, 3, 4, 5, 6);
final H263Format f2 = (H263Format) f1.relax();
assertFalse(f1.equals(f2));
assertEquals(f2.getEncoding(), f1.getEncoding());
assertEquals(f2.getDataType(), f1.getDataType());
assertEquals(f2.getFrameRate(), -1.f);
assertEquals(f2.getMaxDataLength(), -1);