]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/hap.h
Merge commit '5d8bea3bb2357bb304f8f771a4107039037c5549'
[ffmpeg] / libavcodec / hap.h
index 893b4c5f92bac6b71acc728d7ccdd3e58df67aae..e4762ee4387258f311ff54a5cb0bbf4bef4313f1 100644 (file)
@@ -77,7 +77,7 @@ typedef struct HapContext {
 
     size_t max_snappy;       /* Maximum compressed size for snappy buffer */
 
-    int slice_size;          /* Optimal slice size */
+    int slice_count;         /* Number of slices for threaded operations */
 
     /* Pointer to the selected compress or decompress function */
     int (*tex_fun)(uint8_t *dst, ptrdiff_t stride, const uint8_t *block);
@@ -89,6 +89,7 @@ typedef struct HapContext {
  * - any other error occurs
  */
 int ff_hap_set_chunk_count(HapContext *ctx, int count, int first_in_frame);
+
 /*
  * Free resources associated with the context
  */