use decoder ID in media node

This commit is contained in:
itsmattkc
2019-08-08 15:52:53 +10:00
parent f3b60369aa
commit c6dfab4caf
5 changed files with 30 additions and 19 deletions
-8
View File
@@ -157,14 +157,6 @@ public:
*/
virtual void Close() = 0;
/**
* @brief Prepare footage for use by a Decoder later
*
* Needs fleshing out. This functions purpose will be to perform initial analyses of a video file. Any caching,
* indexing, or transcoding to help make this media performant and reliable should be done here.
*/
//virtual void Analyze();// = 0;
protected:
bool open_;