VIDEO: Fix C++98 compilation
This commit is contained in:
parent
faaf6beaaa
commit
29ad516199
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue