Browse Source

1st attempt at correcting the punktuation.

Originally committed as revision 12555 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 18 years ago
parent
commit
57ecf8d281
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/avio.h

+ 1
- 1
libavformat/avio.h View File

@@ -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
*/


Loading…
Cancel
Save