summaryrefslogtreecommitdiff
path: root/libavcodec/mlz.h
diff options
context:
space:
mode:
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
*/