Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Video AG Infrastruktur
ffworker
Commits
40728746
Commit
40728746
authored
Jun 13, 2022
by
Julian Rother
Browse files
Remove deprecated av_register_all call
parent
2bbc21e6
Pipeline
#4114
passed with stage
in 5 minutes and 58 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
live_forward.c
View file @
40728746
...
...
@@ -14,7 +14,6 @@ int main(int argc, char *argv[])
AVDictionary
*
muxopts
;
if
(
argc
!=
5
)
return
1
;
av_register_all
();
avformat_network_init
();
init_env
();
init_avlogbuf
();
...
...
probe.c
View file @
40728746
...
...
@@ -69,7 +69,6 @@ int main(int argc, char *argv[])
AVDictionary
*
opts
;
if
(
argc
!=
5
)
return
1
;
av_register_all
();
init_env
();
init_avlogbuf
();
...
...
publish_video.c
View file @
40728746
...
...
@@ -9,7 +9,6 @@ int main(int argc, char *argv[])
char
*
src
,
*
dest
,
*
destdir
;
if
(
argc
!=
5
)
return
1
;
av_register_all
();
umask
(
S_IWOTH
);
init_env
();
init_avlogbuf
();
...
...
remux.c
View file @
40728746
...
...
@@ -14,7 +14,6 @@ int main(int argc, char *argv[])
AVDictionary
*
muxopts
;
if
(
argc
!=
5
)
return
1
;
av_register_all
();
init_env
();
init_avlogbuf
();
memset
(
&
pkt
,
0
,
sizeof
(
pkt
));
...
...
thumbnail.c
View file @
40728746
...
...
@@ -31,7 +31,6 @@ int main(int argc, char *argv[])
AVFrame
*
frame
;
if
(
argc
!=
5
)
return
1
;
av_register_all
();
avformat_network_init
();
init_env
();
init_avlogbuf
();
...
...
transcode.c
View file @
40728746
...
...
@@ -263,7 +263,6 @@ int main(int argc, char *argv[])
AVDictionary
*
opts
;
if
(
argc
!=
5
)
return
1
;
av_register_all
();
avfilter_register_all
();
init_env
();
umask
(
S_IWOTH
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment