Browse Source

avutil/encryption_info: Fix documentation problem.

Signed-off-by: Jacob Trimble <modmaker@google.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n4.1
Jacob Trimble Michael Niedermayer 6 years ago
parent
commit
ad2ae21010
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavutil/encryption_info.h

+ 1
- 1
libavutil/encryption_info.h View 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.
*/


Loading…
Cancel
Save