diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2007-12-01 22:21:04 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2007-12-01 22:21:04 +0000 |
commit | 52b541ad798c2388e92a1a876550ff381f9b2346 (patch) | |
tree | ed4fa9fbaf0558825c666dbc40eb78fbb981a546 /libavformat/asf.h | |
parent | 329851e03251b58b43c0b55c2852a69dcbb79459 (diff) | |
download | ffmpeg-52b541ad798c2388e92a1a876550ff381f9b2346.tar.gz |
spelling
Originally committed as revision 11122 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/asf.h')
-rw-r--r-- | libavformat/asf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/asf.h b/libavformat/asf.h index ca92f4c16d..b71483ea13 100644 --- a/libavformat/asf.h +++ b/libavformat/asf.h @@ -56,7 +56,7 @@ typedef struct { uint64_t send_time; /**< time to send file, in 100-nanosecond units * invalid if broadcasting (could be ignored) */ uint32_t preroll; /**< timestamp of the first packet, in milliseconds - * if nonzero - substract from time */ + * if nonzero - subtract from time */ uint32_t ignore; ///< preroll is 64bit - but let's just ignore it uint32_t flags; /**< 0x01 - broadcast * 0x02 - seekable |