[FFmpeg-cvslog] avfilter/v360: reduce size of some struct members

Paul B Mahol git at videolan.org
Sun Sep 22 20:57:42 EEST 2019


ffmpeg | branch: master | Paul B Mahol <onemda at 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,



More information about the ffmpeg-cvslog mailing list