mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibMedia: Make MatroskaDemuxer::get_codec_id_for_string static
This commit is contained in:
parent
9077873803
commit
26a21f2070
|
|
@ -54,7 +54,7 @@ private:
|
|||
};
|
||||
|
||||
DecoderErrorOr<TrackStatus*> get_track_status(Track track);
|
||||
CodecID get_codec_id_for_string(FlyString const& codec_id);
|
||||
static CodecID get_codec_id_for_string(FlyString const& codec_id);
|
||||
|
||||
Reader m_reader;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user