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
|
@ -143,8 +143,6 @@ int main(int argc, char *argv[])
|
|||
return 1;
|
||||
}
|
||||
|
||||
/* register codecs and formats and other lavf/lavc components*/
|
||||
av_register_all();
|
||||
avformat_network_init();
|
||||
|
||||
op = argv[1];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue