1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

1st attempt at correcting the punktuation.

Originally committed as revision 12555 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer
2008-03-22 17:25:50 +00:00
parent 04932b0d97
commit 57ecf8d281

View File

@@ -269,7 +269,7 @@ int get_buffer(ByteIOContext *s, unsigned char *buf, int size);
/** /**
* Reads size bytes from ByteIOContext into buf. * 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. * returned.
* @returns number of bytes read or AVERROR * @returns number of bytes read or AVERROR
*/ */