VIDEO: Fix C++98 compilation

This commit is contained in:
Le Philousophe 2021-05-30 10:11:18 +02:00
parent faaf6beaaa
commit 29ad516199

View file

@ -188,7 +188,7 @@ private:
};
class SmackerEmptyTrack : public Track {
TrackType getTrackType() const { return TrackType::kTrackTypeNone; }
VideoDecoder::Track::TrackType getTrackType() const { return VideoDecoder::Track::kTrackTypeNone; }
bool endOfTrack() const { return true; }