Skip to content
Extraits de code Groupes Projets
Valider 79b82b91 rédigé par Rodrigo Braz Monteiro's avatar Rodrigo Braz Monteiro
Parcourir les fichiers

Possible fix to lavc crash.

Originally committed to SVN as r1984.
parent c5a582a2
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -43,7 +43,7 @@
///////////////
// Constructor
LAVCKeyFrames::LAVCKeyFrames(const Aegisub::String& filename)
LAVCKeyFrames::LAVCKeyFrames(const Aegisub::String filename)
: file(0), codecContext(0), codec(0), stream(0), frame(0),
streamN(-1) {
// Open LAVCFile
......
......@@ -48,7 +48,7 @@ class LAVCKeyFrames {
int streamN; // Stream index
public:
LAVCKeyFrames(const Aegisub::String& filename);
LAVCKeyFrames(const Aegisub::String filename);
~LAVCKeyFrames();
wxArrayInt GetKeyFrames();
};
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter