]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/encryption_info.h
avcodec/imm4: Make better use of symbols table
[ffmpeg] / libavutil / encryption_info.h
index 9140968fde5c527f52c8370ff1555d272f19a9b3..8fe7ebfe43203f63e88c07c115e5c00c097fef1c 100644 (file)
@@ -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.
  */