comparison avformat.h @ 3129:96814e704e8b libavformat

Typo + grammar
author ramiro
date Sat, 08 Mar 2008 22:43:13 +0000
parents b5e2ce291882
children 7f0f50bbfe23
comparison
equal deleted inserted replaced
3128:b5e2ce291882 3129:96814e704e8b
508 * demuxing: set by user 508 * demuxing: set by user
509 */ 509 */
510 unsigned int max_index_size; 510 unsigned int max_index_size;
511 511
512 /** 512 /**
513 * Maximum ammount of memory in bytes to use for buffering frames that are 513 * Maximum amount of memory in bytes to use for buffering frames
514 * obtained from real-time capture devices. 514 * obtained from real-time capture devices.
515 */ 515 */
516 unsigned int max_picture_buffer; 516 unsigned int max_picture_buffer;
517 } AVFormatContext; 517 } AVFormatContext;
518 518