2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

ffmpeg rendering inline animations

This commit is contained in:
John Preston
2015-12-17 20:31:28 +03:00
parent 1416e4e277
commit 840ffa6482
12 changed files with 498 additions and 101 deletions

View File

@@ -230,6 +230,9 @@ public:
}
private:
Animation(const Animation &);
Animation &operator=(const Animation &);
AnimationCallbacks *_cb;
bool _animating;