mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-02 18:07:47 +00:00
typo fix: inited --> initialized
Originally committed as revision 11920 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f1cc49a68e
commit
5e53486545
15 changed files with 47 additions and 47 deletions
|
@ -53,11 +53,11 @@
|
|||
*/
|
||||
void avcodec_register_all(void)
|
||||
{
|
||||
static int inited;
|
||||
static int initialized;
|
||||
|
||||
if (inited)
|
||||
if (initialized)
|
||||
return;
|
||||
inited = 1;
|
||||
initialized = 1;
|
||||
|
||||
/* video codecs */
|
||||
REGISTER_DECODER (AASC, aasc);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue