From e23848a49cee6f03df4c092bbdc6bd2189f0a42c Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Thu, 26 Apr 2007 11:36:05 +0000 Subject: cosmectics, use consistant and homogeneous type names for atoms Originally committed as revision 8828 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/isom.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavformat/isom.h') diff --git a/libavformat/isom.h b/libavformat/isom.h index efcb1fc42b..9fa49e7304 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -32,9 +32,9 @@ extern const AVCodecTag codec_movaudio_tags[]; int ff_mov_iso639_to_lang(const char *lang, int mp4); int ff_mov_lang_to_iso639(int code, char *to); -typedef struct Time2Sample{ +typedef struct { int count; int duration; -}Time2Sample; +} MOV_stts_t; #endif /* FFMPEG_ISOM_H */ -- cgit v1.2.3