output/shout: rename "encoding" to "encoder"

The user manual specifies "encoder", which is consistent with other
output plugins.  "encoding" should be deprecated.
This commit is contained in:
Max Kellermann
2016-07-29 10:52:03 +02:00
parent 77c6e45e65
commit 83aed7051c
3 changed files with 6 additions and 2 deletions

2
NEWS
View File

@@ -3,6 +3,8 @@ ver 0.19.18 (not yet released)
- ffmpeg: fix crash with older FFmpeg versions (< 3.0)
- ffmpeg: log detailed error message
- ffmpeg: support FFmpeg 3.1
* output
- shout: recognize setting "encoder" instead of "encoding"
* require gcc 4.7 or newer
ver 0.19.17 (2016/07/09)