Remove virtual destructor from FFmpegSourceProvider
This commit is contained in:
parent
938025acb1
commit
36a71be19f
1 changed files with 0 additions and 2 deletions
|
@ -75,8 +75,6 @@ public:
|
||||||
agi::fs::path GetCacheFilename(agi::fs::path const& filename);
|
agi::fs::path GetCacheFilename(agi::fs::path const& filename);
|
||||||
void SetLogLevel();
|
void SetLogLevel();
|
||||||
FFMS_IndexErrorHandling GetErrorHandlingMode();
|
FFMS_IndexErrorHandling GetErrorHandlingMode();
|
||||||
|
|
||||||
virtual ~FFmpegSourceProvider() {}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* WITH_FFMS2 */
|
#endif /* WITH_FFMS2 */
|
||||||
|
|
Loading…
Reference in a new issue