mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
examples: Don't call deprecated functions which don't do anything
This commit is contained in:
parent
c69054fa24
commit
10bcc41bb4
20 changed files with 0 additions and 40 deletions
|
|
@ -252,9 +252,6 @@ int main (int argc, char **argv)
|
|||
video_dst_filename = argv[2];
|
||||
audio_dst_filename = argv[3];
|
||||
|
||||
/* register all formats and codecs */
|
||||
av_register_all();
|
||||
|
||||
/* open input file, and allocate format context */
|
||||
if (avformat_open_input(&fmt_ctx, src_filename, NULL, NULL) < 0) {
|
||||
fprintf(stderr, "Could not open source file %s\n", src_filename);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue