You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-16 22:42:38 +02:00
minor spelling fix
Originally committed as revision 13066 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -31,8 +31,8 @@
|
||||
typedef struct AVCLASS AVClass;
|
||||
struct AVCLASS {
|
||||
/**
|
||||
* the name of the class, usually it is the same name of the
|
||||
* context structure type to which the AVClass is associated
|
||||
* The name of the class; usually it is the same name of the
|
||||
* context structure type to which the AVClass is associated.
|
||||
*/
|
||||
const char* class_name;
|
||||
|
||||
|
Reference in New Issue
Block a user