mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-05-01 06:13:08 +08:00
avformat/segafilm: Reorder elements of struct to make it smaller
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user