Skip to content

Commit

Permalink
Do not manually insert Caches in filters.
Browse files Browse the repository at this point in the history
  • Loading branch information
pylorak committed Jul 16, 2016
1 parent 1b6fa64 commit fe9dab1
Show file tree
Hide file tree
Showing 3 changed files with 2,282 additions and 2,300 deletions.
3 changes: 0 additions & 3 deletions avs_core/convert/convert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,6 @@ AVSValue __cdecl ConvertTo8bit::Create(AVSValue args, void*, IScriptEnvironment*
// dither parameter rfu
int dither_type = args[2].AsInt(-1);

// clip = env->Invoke("Cache", AVSValue(clip)).AsClip();
return new ConvertTo8bit(clip, float_range, dither_type, env);
}

Expand Down Expand Up @@ -968,7 +967,6 @@ AVSValue __cdecl ConvertTo16bit::Create(AVSValue args, void*, IScriptEnvironment
// dither parameter, rfu
int dither_type = args[2].AsInt(-1);

// clip = env->Invoke("Cache", AVSValue(clip)).AsClip();
return new ConvertTo16bit(clip, float_range, dither_type, env);
}

Expand Down Expand Up @@ -1039,7 +1037,6 @@ AVSValue __cdecl ConvertToFloat::Create(AVSValue args, void*, IScriptEnvironment
// dither parameter
int dither_type = args[2].AsInt(-1);

// clip = env->Invoke("Cache", AVSValue(clip)).AsClip();
return new ConvertToFloat(clip, float_range, dither_type, env);
}

Expand Down
Loading

0 comments on commit fe9dab1

Please sign in to comment.