summaryrefslogtreecommitdiff
path: root/libavcodec/screenpresso.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/screenpresso.c')
-rw-r--r--libavcodec/screenpresso.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/screenpresso.c b/libavcodec/screenpresso.c
index 819bd600fb..eae0ae72e5 100644
--- a/libavcodec/screenpresso.c
+++ b/libavcodec/screenpresso.c
@@ -47,7 +47,7 @@
typedef struct ScreenpressoContext {
AVFrame *current;
- /* zlib interation */
+ /* zlib interaction */
uint8_t *inflated_buf;
uLongf inflated_size;
} ScreenpressoContext;