This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
minor spelling fix
Originally committed as revision 13066 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
17 years ago
parent
35a71f1d9f
commit
e4a957d1a7
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
libavutil/log.h
+ 2
- 2
libavutil/log.h
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save