Skip to content

Commit 26a21f2

Browse files
Zaggy1024gmta
authored andcommitted
LibMedia: Make MatroskaDemuxer::get_codec_id_for_string static
1 parent 9077873 commit 26a21f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/LibMedia/Containers/Matroska/MatroskaDemuxer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class MatroskaDemuxer final : public Demuxer {
5454
};
5555

5656
DecoderErrorOr<TrackStatus*> get_track_status(Track track);
57-
CodecID get_codec_id_for_string(FlyString const& codec_id);
57+
static CodecID get_codec_id_for_string(FlyString const& codec_id);
5858

5959
Reader m_reader;
6060

0 commit comments

Comments
 (0)