Mercurial > libavformat.hg
diff isom.h @ 2045:aa5e56700fdf libavformat
cosmectics, use consistant and homogeneous type names for atoms
| author | bcoudurier |
|---|---|
| date | Thu, 26 Apr 2007 11:36:05 +0000 |
| parents | 80d330650d35 |
| children | a6d6b2b19341 |
line wrap: on
line diff
--- a/isom.h Thu Apr 26 11:24:10 2007 +0000 +++ b/isom.h Thu Apr 26 11:36:05 2007 +0000 @@ -32,9 +32,9 @@ 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 */
