git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d66a58
)
movenc: Change the track struct name to match the typedef
author
Martin Storsjö
<martin@martin.st>
Sun, 2 Jun 2013 20:29:04 +0000
(23:29 +0300)
committer
Martin Storsjö
<martin@martin.st>
Mon, 3 Jun 2013 08:08:18 +0000
(11:08 +0300)
This makes the struct name (which isn't used anywhere) match the
name of the typedef, as for all the other structs declared in this
header.
Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/movenc.h
patch
|
blob
|
history
diff --git
a/libavformat/movenc.h
b/libavformat/movenc.h
index
e20ef14
..
879c942
100644
(file)
--- a/
libavformat/movenc.h
+++ b/
libavformat/movenc.h
@@
-73,7
+73,7
@@
typedef struct MOVFragmentInfo {
int64_t tfrf_offset;
} MOVFragmentInfo;
-typedef struct MOV
Index
{
+typedef struct MOV
Track
{
int mode;
int entry;
unsigned timescale;