We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9077873 commit 26a21f2Copy full SHA for 26a21f2
Libraries/LibMedia/Containers/Matroska/MatroskaDemuxer.h
@@ -54,7 +54,7 @@ class MatroskaDemuxer final : public Demuxer {
54
};
55
56
DecoderErrorOr<TrackStatus*> get_track_status(Track track);
57
- CodecID get_codec_id_for_string(FlyString const& codec_id);
+ static CodecID get_codec_id_for_string(FlyString const& codec_id);
58
59
Reader m_reader;
60
0 commit comments