From 9683e37cd5c556c9974e78fba344ede4f33afd18 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Sun, 2 Jun 2013 23:29:04 +0300 Subject: movenc: Change the track struct name to match the typedef MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ö --- libavformat/movenc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/movenc.h') diff --git a/libavformat/movenc.h b/libavformat/movenc.h index e20ef1475b..879c942a9f 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; -- cgit v1.2.3