Browse Source

avformat/segafilm: Reorder elements of struct to make it smaller

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
tags/n4.4
Andreas Rheinhardt 5 years ago
parent
commit
efcb4112fc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/segafilm.c

+ 1
- 1
libavformat/segafilm.c View File

@@ -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;


Loading…
Cancel
Save