ashish-codeware / xuggle

Automatically exported from code.google.com/p/xuggle
0 stars 0 forks source link

An ICodec-enum is not implemented #222

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A call to
com.xuggle.xuggler.Configuration.main(new String[] {});
results in:
...long list of containers and codecs...
Exception in thread "main" java.lang.IllegalArgumentException: No enum
class com.xuggle.xuggler.ICodec$ID with value 136
    at com.xuggle.xuggler.ICodec$ID.swigToEnum(ICodec.java:861)
    at com.xuggle.xuggler.ICodec.getID(ICodec.java:325)
    at
com.xuggle.xuggler.Configuration.printSupportedCodecs(Configuration.java:92)
    at com.xuggle.xuggler.Configuration.printHelp(Configuration.java:42)
    at com.xuggle.xuggler.Configuration.main(Configuration.java:26)
    at info.FullXugglerInfo.main(FullXugglerInfo.java:11)

same error occurs with
com.xuggle.xuggler.GetSupportedCodecs.main(new String[] {"matroska"});
too.

OS: Windows Server 2003R2 (5.2.3790)
JVM: Sun 1.6.0_15

Original issue reported on code.google.com by stephan....@gtempaccount.com on 9 Nov 2009 at 3:47

GoogleCodeExporter commented 9 years ago
Should be fixed in tip of tree.

Original comment by art.cla...@gmail.com on 16 Nov 2009 at 6:53