X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fdocclipbase.h;h=82c0566b41fc11466aec178a6267e9d432e4a876;hb=9472299b931b35891fb78bc18ec06d921bf59a33;hp=17ff8263ba195c0cd5d6e900b079b03d357dd3b7;hpb=76b841800707bca883291039fb7a278a845efe92;p=kdenlive diff --git a/src/docclipbase.h b/src/docclipbase.h index 17ff8263..82c0566b 100644 --- a/src/docclipbase.h +++ b/src/docclipbase.h @@ -164,7 +164,7 @@ Q_OBJECT public: /** Cache for every audio Frame with 10 Bytes */ /** format is frame -> channel ->bytes */ - QMap > audioFrameChache; + QMap > m_audioFrameCache; /** Free cache data */ void slotClearAudioCache();