Skip to content

Commit

Permalink
Partially revert 57c5503 tidy: Convert member functions to static.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdude42 committed Feb 4, 2025
1 parent 6624157 commit 561ad19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mythtv/libs/libmythtv/recorders/HLS/HLSStream.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ class HLSRecStream

#ifdef USING_LIBCRYPTO
protected:
static int Decrypt(unsigned char *ciphertext, int ciphertext_len, unsigned char *key,
int Decrypt(unsigned char *ciphertext, int ciphertext_len, unsigned char *key,
unsigned char *iv, unsigned char *plaintext);
static bool DownloadKey(MythSingleDownload& downloader,
bool DownloadKey(MythSingleDownload& downloader,
const QString& keypath, HLS_AES_KEY* aeskey);
bool DecodeData(MythSingleDownload& downloader,
const QByteArray& IV, const QString& keypath,
Expand Down

0 comments on commit 561ad19

Please sign in to comment.