diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-12-11 20:06:56 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-12-11 20:06:56 +0000 |
commit | c3e92a6cb409b0b89402211f0179604ea1254bf0 (patch) | |
tree | bc893edc29ff97ba5c520f637b8b8098a2cf43f0 /libavformat/isom.h | |
parent | 7dfea3420f60ce0ee7d55284b56cd53cc1f4fcaf (diff) | |
download | ffmpeg-c3e92a6cb409b0b89402211f0179604ea1254bf0.tar.gz |
remove _t in typedef for POSIX compatibility
Originally committed as revision 16063 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r-- | libavformat/isom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h index 2fb4dbf2d3..64bde46781 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -38,6 +38,6 @@ int ff_mov_lang_to_iso639(int code, char *to); typedef struct { int count; int duration; -} MOV_stts_t; +} MOVStts; #endif /* AVFORMAT_ISOM_H */ |