mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:47:45 +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
|
@ -71,7 +71,7 @@ DecoderErrorOr<MatroskaDemuxer::TrackStatus*> MatroskaDemuxer::get_track_status(
|
|||
return &m_track_statuses.get(track).release_value();
|
||||
}
|
||||
|
||||
CodecID MatroskaDemuxer::get_codec_id_for_string(DeprecatedFlyString const& codec_id)
|
||||
CodecID MatroskaDemuxer::get_codec_id_for_string(FlyString const& codec_id)
|
||||
{
|
||||
dbgln_if(MATROSKA_DEBUG, "Codec ID: {}", codec_id);
|
||||
if (codec_id == "V_VP8")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue