Skip to content

Commit

Permalink
avformat/segafilm: Reorder elements of struct to make it smaller
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Rheinhardt <[email protected]>
  • Loading branch information
mkver committed Jul 26, 2020
1 parent 3d114c1 commit efcb411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libavformat/segafilm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit efcb411

Please sign in to comment.