summaryrefslogtreecommitdiff
path: root/encode.h
diff options
context:
space:
mode:
Diffstat (limited to 'encode.h')
-rw-r--r--encode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/encode.h b/encode.h
index 318ab02..d03e286 100644
--- a/encode.h
+++ b/encode.h
@@ -37,6 +37,6 @@ const struct GpuFrame* EncodeContextGetFrame(
bool EncodeContextEncodeFrame(struct EncodeContext* encode_context, int fd,
struct TimingStats* encode,
struct TimingStats* drain);
-void EncodeContextDestroy(struct EncodeContext** encode_context);
+void EncodeContextDestroy(struct EncodeContext* encode_context);
#endif // STREAMER_ENCODE_H_