ffmpeg | branch: master | Paul B Mahol <one...@gmail.com> | Sun Sep 22 19:55:31 2019 +0200| [b4d2bea64722cc0a9916a6265891f115551ad3e6] | committer: Paul B Mahol
avfilter/v360: reduce size of some struct members > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b4d2bea64722cc0a9916a6265891f115551ad3e6 --- libavfilter/v360.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavfilter/v360.h b/libavfilter/v360.h index 031c1924f1..d328b6d5e1 100644 --- a/libavfilter/v360.h +++ b/libavfilter/v360.h @@ -145,8 +145,8 @@ typedef struct V360Context { int nb_allocated; int elements; - uint16_t *u[4], *v[4]; - int16_t *ker[4]; + uint16_t *u[2], *v[2]; + int16_t *ker[2]; unsigned map[4]; void (*in_transform)(const struct V360Context *s, _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".