]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/screenpresso.c
avcodec/vaapi_encode_h264: Use av_clip_uintp2()
[ffmpeg] / libavcodec / screenpresso.c
index 15334a191f95e73b4c35d82c70fb861b6273c1f9..34efb03867db25324c6a3e693f93b41c6267b5d4 100644 (file)
@@ -47,7 +47,7 @@
 typedef struct ScreenpressoContext {
     AVFrame *current;
 
-    /* zlib interation */
+    /* zlib interaction */
     uint8_t *inflated_buf;
     uLongf inflated_size;
 } ScreenpressoContext;