diff options
author | Max Kellermann <max@duempel.org> | 2009-10-28 22:12:22 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-10-28 22:12:22 +0100 |
commit | 04816a6369b3a5277dfcb4cc7dbbe66881a2a7e9 (patch) | |
tree | bd24ca2f52940d35140440f87b013532217058ba /NEWS | |
parent | d083032236dc05f00a9bfab201537083f7bb10b4 (diff) | |
download | mpd-04816a6369b3a5277dfcb4cc7dbbe66881a2a7e9.tar.gz mpd-04816a6369b3a5277dfcb4cc7dbbe66881a2a7e9.tar.xz mpd-04816a6369b3a5277dfcb4cc7dbbe66881a2a7e9.zip |
decoder/ffmpeg: convert metadata
Convert the metadata with the libavformat function av_metadata_conv().
This ensures that canonical tag names are provided by libavformat, and
we can remove the "artist" vs "author" workaround.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ ver 0.15.6 (2009/??/??) +* decoders: + - ffmpeg: convert metadata * output_thread: check again if output is open on PAUSE * update: delete ignored symlinks from database |