LibMedia: Make MatroskaDemuxer::get_codec_id_for_string static

This commit is contained in:
Zaggy1024 2025-09-11 18:50:33 -05:00 committed by Jelle Raaijmakers
parent 9077873803
commit 26a21f2070

View File

@ -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;