(String[] args)
| 59 | protected static final double CHROME_FRAME_DURATION = 0.01;//0.03334; |
| 60 | |
| 61 | public static void main(String[] args) { |
| 62 | if (args.length > 0) { |
| 63 | System.out.println(getMP4Codec(args[0], null)); |
| 64 | } else { |
| 65 | new Test_Video(); |
| 66 | } |
| 67 | } |
| 68 | |
| 69 | private static String getMP4Codec(String fname, String name) { |
| 70 | try { |
nothing calls this directly
no test coverage detected