]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/aes_ctr.h
avformat/hlsenc: Remove deprecated wrap option
[ffmpeg] / libavutil / aes_ctr.h
index f596fa6a46bac698aca25ebb1967e96fe22c549b..e4aae126a764be2b7bbf8f4106a3990344db1a5a 100644 (file)
@@ -67,10 +67,15 @@ const uint8_t* av_aes_ctr_get_iv(struct AVAESCTR *a);
 void av_aes_ctr_set_random_iv(struct AVAESCTR *a);
 
 /**
- * Forcefully change the iv
+ * Forcefully change the 8-byte iv
  */
 void av_aes_ctr_set_iv(struct AVAESCTR *a, const uint8_t* iv);
 
+/**
+ * Forcefully change the "full" 16-byte iv, including the counter
+ */
+void av_aes_ctr_set_full_iv(struct AVAESCTR *a, const uint8_t* iv);
+
 /**
  * Increment the top 64 bit of the iv (performed after each frame)
  */