mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 22:25:36 +01:00
Merge commit 'ae5a8dca675ee544178225256893e679b750cb63'
* commit 'ae5a8dca675ee544178225256893e679b750cb63': hap: Fix slice size computation Conflicts: libavcodec/hapdec.c Merged-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user