This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
3d114c102a
commit
efcb4112fc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save