GitHub user mike-jumper opened a pull request:
https://github.com/apache/guacamole-server/pull/202
GUACAMOLE-638: avcodec_register_all() should be used only if not deprecated.
`avcodec_register_all()` is deprecated as of libavcodec 58.10.100. From the
relevant section of the [FFmpeg API
changelog](https://github.com/FFmpeg/FFmpeg/blob/23f589e073406f8c9d80092d3ff9ef8c22f27e63/doc/APIchanges#L108-L111):
```
2018-02-06 - 36c85d6e77 - lavc 58.10.100 - avcodec.h
Deprecate use of avcodec_register(), avcodec_register_all(),
av_codec_next(), av_register_codec_parser(), and av_parser_next().
Add av_codec_iterate() and av_parser_iterate().
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mike-jumper/guacamole-server
avcodec-register-all-deprecated
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/guacamole-server/pull/202.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #202
----
commit 867e63b52473d962183eac98240ea4831286ab90
Author: Michael Jumper <mjumper@...>
Date: 2018-10-19T19:43:08Z
GUACAMOLE-638: avcodec_register_all() should be used only if not deprecated.
----
---