[vlc-commits] [Git][videolan/vlc][master] mft: fix audio decoder logging

Steve Lhomme (@robUx4) gitlab at videolan.org
Sat Nov 11 13:33:12 UTC 2023



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
4016a7f6 by Steve Lhomme at 2023-11-11T12:13:25+00:00
mft: fix audio decoder logging

Bad copy/paste in aeb1114c9091a6b1c612e166d0fc565a6cd9285e

- - - - -


1 changed file:

- modules/codec/mft.cpp


Changes:

=====================================
modules/codec/mft.cpp
=====================================
@@ -1554,7 +1554,7 @@ static int FindMFT(decoder_t *p_dec)
     if (p_dec->fmt_in->i_cat == VIDEO_ES)
         ListTransforms(p_dec, MFT_CATEGORY_VIDEO_DECODER, "video decoder");
     else
-        ListTransforms(p_dec, MFT_CATEGORY_VIDEO_DECODER, "audio decoder");
+        ListTransforms(p_dec, MFT_CATEGORY_AUDIO_DECODER, "audio decoder");
 
     UINT32 flags = MFT_ENUM_FLAG_SORTANDFILTER | MFT_ENUM_FLAG_LOCALMFT
                  | MFT_ENUM_FLAG_SYNCMFT | MFT_ENUM_FLAG_ASYNCMFT



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4016a7f672ef05e03d709ad94041e53a41a4111a

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4016a7f672ef05e03d709ad94041e53a41a4111a
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list