Skip to content
Extraits de code Groupes Projets
Valider 6c571dfe rédigé par Fredrik Mellbin's avatar Fredrik Mellbin
Parcourir les fichiers

todo stuff

Originally committed to SVN as r2405.
parent 4683c5a9
Branches
Étiquettes
Aucune requête de fusion associée trouvée
......@@ -60,7 +60,7 @@ AVSValue __cdecl CreateFFIndex(AVSValue Args, void* UserData, IScriptEnvironment
// 1: Index generated
// 2: Index forced to be overwritten
FrameIndex *Index;
FrameIndex *Index = NULL;
if (OverWrite || !(Index = FFMS_ReadIndex(CacheFile, ErrorMsg, MsgSize))) {
if (!(Index = FFMS_MakeIndex(Source, IndexMask, DumpMask, AudioFile, true, NULL, NULL, ErrorMsg, MsgSize)))
Env->ThrowError("FFIndex: %s", ErrorMsg);
......
......@@ -66,8 +66,9 @@ public:
~FFAudioContext() {
delete W64W;
if (CTX)
avcodec_close(CTX);
// FIXME, why is there an access violation here?
// if (CTX)
// avcodec_close(CTX);
}
};
......
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