0
已修复
wrong logic in java example of Facade pattern
if (format.equals("mp4")) {
destinationCodec = new OggCompressionCodec();
} else {
destinationCodec = new MPEG4CompressionCodec();
}
if i'm understanding right, here must be vice versa
0
已修复
Alexander 4 年 前
UserEcho 的客户支持