diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2025-08-01 02:56:57 +0200 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2025-08-03 13:48:47 +0200 |
commit | 8d439b24839d486d1fcc858a2a5eb7ecd700e3a9 (patch) | |
tree | af95353694c200e469c1cdf6a0e9c2f919dd2eaa /libavformat/hls_sample_encryption.h | |
parent | ce0a655f85c1144d19a4acad59afbb92e4997e30 (diff) | |
download | ffmpeg-8d439b24839d486d1fcc858a2a5eb7ecd700e3a9.tar.gz |
all: fix whitespace/new-line issues
Diffstat (limited to 'libavformat/hls_sample_encryption.h')
-rw-r--r-- | libavformat/hls_sample_encryption.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/hls_sample_encryption.h b/libavformat/hls_sample_encryption.h index d86eccb74c..e5a2eae01d 100644 --- a/libavformat/hls_sample_encryption.h +++ b/libavformat/hls_sample_encryption.h @@ -63,4 +63,3 @@ int ff_hls_senc_parse_audio_setup_info(AVStream *st, HLSAudioSetupInfo *info); int ff_hls_senc_decrypt_frame(enum AVCodecID codec_id, HLSCryptoContext *crypto_ctx, AVPacket *pkt); #endif /* AVFORMAT_HLS_SAMPLE_ENCRYPTION_H */ - |