diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-03-22 17:25:50 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-03-22 17:25:50 +0000 |
commit | 57ecf8d281f1060668c5d0bf268cea20541ddde7 (patch) | |
tree | 4de48b54fe3b0e4a9df7bfc08bd7cd865efbda80 /libavformat/avio.h | |
parent | 04932b0d97f4c87966c74d5989b12f0c8eb1ace3 (diff) | |
download | ffmpeg-57ecf8d281f1060668c5d0bf268cea20541ddde7.tar.gz |
1st attempt at correcting the punktuation.
Originally committed as revision 12555 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r-- | libavformat/avio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h index 61459c5391..8a49e4ae6a 100644 --- a/libavformat/avio.h +++ b/libavformat/avio.h @@ -269,7 +269,7 @@ int get_buffer(ByteIOContext *s, unsigned char *buf, int size); /** * Reads size bytes from ByteIOContext into buf. - * This reads at most 1 packet. If thats not enough fewer bytes will be + * This reads at most 1 packet. If that's not enough fewer bytes will be * returned. * @returns number of bytes read or AVERROR */ |