1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 05:27:45 +00:00

LibVideo: Replace DeprecatedFlyString with FlyString

This commit is contained in:
Kevin Meyer 2024-01-02 15:45:53 +01:00 committed by Andrew Kaster
parent 8b2144c8e6
commit 284f14d046
5 changed files with 13 additions and 13 deletions

View file

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