[FFmpeg-cvslog] movenc: Change the track struct name to match the typedef
Martin Storsjö
git at videolan.org
Mon Jun 3 12:58:45 CEST 2013
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Sun Jun 2 23:29:04 2013 +0300| [9683e37cd5c556c9974e78fba344ede4f33afd18] | committer: Martin Storsjö
movenc: Change the track struct name to match the typedef
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 at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9683e37cd5c556c9974e78fba344ede4f33afd18
---
libavformat/movenc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/movenc.h b/libavformat/movenc.h
index e20ef14..879c942a 100644
--- a/libavformat/movenc.h
+++ b/libavformat/movenc.h
@@ -73,7 +73,7 @@ typedef struct MOVFragmentInfo {
int64_t tfrf_offset;
} MOVFragmentInfo;
-typedef struct MOVIndex {
+typedef struct MOVTrack {
int mode;
int entry;
unsigned timescale;
More information about the ffmpeg-cvslog
mailing list