projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
typo fix: inited --> initialized
[ffmpeg.git]
/
libavformat
/
allformats.c
diff --git
a/libavformat/allformats.c
b/libavformat/allformats.c
index
be27055
..
5cafd62
100644
(file)
--- a/
libavformat/allformats.c
+++ b/
libavformat/allformats.c
@@
-40,11
+40,11
@@
*/
void av_register_all(void)
{
- static int inited;
+ static int init
ializ
ed;
- if (inited)
+ if (init
ializ
ed)
return;
- inited = 1;
+ init
ializ
ed = 1;
avcodec_init();
avcodec_register_all();