diff options
author | Jacob Trimble <modmaker-at-google.com@ffmpeg.org> | 2018-06-26 09:32:14 -0700 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2018-06-27 13:43:38 +0200 |
commit | ad2ae21010c4f8dcd64c3fee5b21e07f16c0ae97 (patch) | |
tree | c332ea23f76c070865ed2520574bc04f55245132 /libavutil | |
parent | 7395f13df94efd349ad29c8b5bb5942b0d44d6e4 (diff) | |
download | ffmpeg-streaming-ad2ae21010c4f8dcd64c3fee5b21e07f16c0ae97.zip ffmpeg-streaming-ad2ae21010c4f8dcd64c3fee5b21e07f16c0ae97.tar.gz |
avutil/encryption_info: Fix documentation problem.
Signed-off-by: Jacob Trimble <modmaker@google.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/encryption_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/encryption_info.h b/libavutil/encryption_info.h index 9140968..8fe7ebf 100644 --- a/libavutil/encryption_info.h +++ b/libavutil/encryption_info.h @@ -129,7 +129,7 @@ typedef struct AVEncryptionInitInfo { * * @param subsample_count The number of subsamples. * @param key_id_size The number of bytes in the key ID, should be 16. - * @param key_id_size The number of bytes in the IV, should be 16. + * @param iv_size The number of bytes in the IV, should be 16. * * @return The new AVEncryptionInfo structure, or NULL on error. */ |