mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-24 18:41:00 +00:00
Fixed: #2550 FLV video import - incorrect frame position caused by wrong FLV tag sort
This commit is contained in:
@@ -5446,7 +5446,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
File selfile = Helper.fixDialogFile(selectedFile);
|
||||
try {
|
||||
new MovieImporter().importMovie(movie, Helper.readFile(selfile.getAbsolutePath()));
|
||||
refreshTree();
|
||||
refreshTree(movie.getSwf());
|
||||
} catch (IOException ex) {
|
||||
logger.log(Level.SEVERE, "Invalid movie", ex);
|
||||
ViewMessages.showMessageDialog(MainPanel.this, translate("error.movie.invalid") + ": " + ex.getMessage(), translate("error"), JOptionPane.ERROR_MESSAGE);
|
||||
|
||||
Reference in New Issue
Block a user