comparison avio.h @ 3176:cf8bea8bc156 libavformat

1st attempt at correcting the punktuation.
author michael
date Sat, 22 Mar 2008 17:25:50 +0000
parents e5c7e9eac774
children 814a32de9ec7
comparison
equal deleted inserted replaced
3175:55ce214a13ea 3176:cf8bea8bc156
267 */ 267 */
268 int get_buffer(ByteIOContext *s, unsigned char *buf, int size); 268 int get_buffer(ByteIOContext *s, unsigned char *buf, int size);
269 269
270 /** 270 /**
271 * Reads size bytes from ByteIOContext into buf. 271 * Reads size bytes from ByteIOContext into buf.
272 * This reads at most 1 packet. If thats not enough fewer bytes will be 272 * This reads at most 1 packet. If that's not enough fewer bytes will be
273 * returned. 273 * returned.
274 * @returns number of bytes read or AVERROR 274 * @returns number of bytes read or AVERROR
275 */ 275 */
276 int get_partial_buffer(ByteIOContext *s, unsigned char *buf, int size); 276 int get_partial_buffer(ByteIOContext *s, unsigned char *buf, int size);
277 277