mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 01:07:44 +00:00
LibVideo: Replace DeprecatedFlyString with FlyString
This commit is contained in:
parent
8b2144c8e6
commit
284f14d046
5 changed files with 13 additions and 13 deletions
|
@ -46,7 +46,7 @@ private:
|
|||
};
|
||||
|
||||
DecoderErrorOr<TrackStatus*> get_track_status(Track track);
|
||||
CodecID get_codec_id_for_string(DeprecatedFlyString const& codec_id);
|
||||
CodecID get_codec_id_for_string(FlyString const& codec_id);
|
||||
|
||||
Reader m_reader;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue