Fix grammar errors in documentation

Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård
2010-06-30 15:38:06 +00:00
parent 38e23c88db
commit 49bd8e4b84
111 changed files with 578 additions and 579 deletions

View File

@ -24,7 +24,7 @@
#include <stdint.h>
/**
* Gets a seed to use in conjunction with random functions.
* Get a seed to use in conjunction with random functions.
*/
uint32_t av_get_random_seed(void);