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
24debca2
Commit
24debca2
authored
Jun 13, 2022
by
Julian Rother
Browse files
Remove deprecated ffmpeg library calls
parent
2bbc21e6
Pipeline
#4116
passed with stage
in 5 minutes and 50 seconds
Changes
6
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
live_forward.c
View file @
24debca2
...
...
@@ -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 @
24debca2
...
...
@@ -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 @
24debca2
...
...
@@ -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 @
24debca2
...
...
@@ -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 @
24debca2
...
...
@@ -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 @
24debca2
...
...
@@ -263,8 +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
);
init_avlogbuf
();
...
...
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