[FFmpeg-devel] [PATCH 07/11] avformat/segafilm: Reorder elements of struct to make it smaller
Andreas Rheinhardt
andreas.rheinhardt at gmail.com
Sat Jul 18 03:19:24 EEST 2020
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
---
libavformat/segafilm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/segafilm.c b/libavformat/segafilm.c
index 777606bcb6..4d14b81d16 100644
--- a/libavformat/segafilm.c
+++ b/libavformat/segafilm.c
@@ -40,8 +40,8 @@
typedef struct film_sample {
int stream;
- int64_t sample_offset;
unsigned int sample_size;
+ int64_t sample_offset;
int64_t pts;
int keyframe;
} film_sample;
--
2.20.1
More information about the ffmpeg-devel
mailing list