[FFmpeg-cvslog] avutil/encryption_info: Fix documentation problem.
Jacob Trimble
git at videolan.org
Wed Jun 27 14:51:42 EEST 2018
ffmpeg | branch: master | Jacob Trimble <modmaker-at-google.com at ffmpeg.org> | Tue Jun 26 09:32:14 2018 -0700| [ad2ae21010c4f8dcd64c3fee5b21e07f16c0ae97] | committer: Michael Niedermayer
avutil/encryption_info: Fix documentation problem.
Signed-off-by: Jacob Trimble <modmaker at google.com>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ad2ae21010c4f8dcd64c3fee5b21e07f16c0ae97
---
libavutil/encryption_info.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavutil/encryption_info.h b/libavutil/encryption_info.h
index 9140968fde..8fe7ebfe43 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.
*/
More information about the ffmpeg-cvslog
mailing list