Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-11 18:22:16 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-18 22:11:06 +0300
commit3b08e046afe4fed2fa782c55fed82c18c9fef2c8 (patch)
treed27c82a2e42e3d86d291a7afbb7e4a2c389690a5 /libavcodec/mlz.h
parente925d5453b476017ef7aff60b66e98fb74168b2f (diff)
avcodec/alsdec, mlz: Check allocation
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/mlz.h')
-rw-r--r--libavcodec/mlz.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mlz.h b/libavcodec/mlz.h
index c3df52c9b4..24993126ca 100644
--- a/libavcodec/mlz.h
+++ b/libavcodec/mlz.h
@@ -57,7 +57,7 @@ typedef struct MLZ {
/** Initialize the dictionary
*/
-void ff_mlz_init_dict(void* context, MLZ *mlz);
+int ff_mlz_init_dict(void *context, MLZ *mlz);
/** Flush the dictionary
*/