mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-23 03:17:30 +00: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:
parent
3d114c102a
commit
efcb4112fc
@ -40,8 +40,8 @@
|
|||||||
|
|
||||||
typedef struct film_sample {
|
typedef struct film_sample {
|
||||||
int stream;
|
int stream;
|
||||||
int64_t sample_offset;
|
|
||||||
unsigned int sample_size;
|
unsigned int sample_size;
|
||||||
|
int64_t sample_offset;
|
||||||
int64_t pts;
|
int64_t pts;
|
||||||
int keyframe;
|
int keyframe;
|
||||||
} film_sample;
|
} film_sample;
|
||||||
|
Loading…
Reference in New Issue
Block a user