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:
authorPaul B Mahol <onemda@gmail.com>2019-09-09 19:36:56 +0300
committerPaul B Mahol <onemda@gmail.com>2019-09-09 19:40:39 +0300
commit558265d4bc1aa3c6569e6eeea23127b030b23501 (patch)
tree0601653a6e2c03c8c7fc2d06dea02228822f5ae4 /libavfilter/v360.h
parent29bde4b3b6d70ee404b1e2f059944f7025dd2186 (diff)
avfilter/vf_v360: add padding to u/v/ker
Fixes use of uninitialized variables.
Diffstat (limited to 'libavfilter/v360.h')
-rw-r--r--libavfilter/v360.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/v360.h b/libavfilter/v360.h
index 93ac8034ef..85d87e7755 100644
--- a/libavfilter/v360.h
+++ b/libavfilter/v360.h
@@ -110,6 +110,7 @@ typedef struct V360Context {
int planewidth[4], planeheight[4];
int inplanewidth[4], inplaneheight[4];
+ int uv_linesize[4];
int nb_planes;
int nb_allocated;