renderer: use probed params for tex gen

This commit is contained in:
itsmattkc
2022-05-24 14:26:02 -07:00
parent 36e56b4941
commit eca236134b
6 changed files with 15 additions and 42 deletions
-5
View File
@@ -186,11 +186,6 @@ public:
*/
bool RetrieveVideo(TexturePtr destination, const rational& timecode, const RetrieveVideoParams& divider, const QAtomicInt *cancelled = nullptr);
virtual VideoParams GetParamsForTexture(const Decoder::RetrieveVideoParams &p)
{
return VideoParams();
}
enum RetrieveAudioStatus {
kInvalid = -1,
kOK,