mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibMedia: Make MatroskaDemuxer::get_codec_id_for_string static
This commit is contained in:
parent
9077873803
commit
26a21f2070
Notes:
github-actions[bot]
2025-09-12 09:24:52 +00:00
Author: https://github.com/Zaggy1024
Commit: 26a21f2070
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6165
Reviewed-by: https://github.com/gmta ✅
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue