From efb04532df68a52c7e8911d210b271298bc45d1f Mon Sep 17 00:00:00 2001 From: David Horn Date: Fri, 30 Jan 2009 09:02:09 +0100 Subject: ffmeg: added support for the tags comment, genre, year ffmpeg_tag_internal() does not look for a few tags that mpd supports. Most noteably: comment -> TAG_ITEM_COMMENT -> Description genre -> TAG_ITEM_GENRE -> WM/Genre (not WM/GenreID) year -> TAG_ITEM_DATE -> WM/Year I *think* that this is the last of the tags that AVFormatContext() in ffmpeg supports that mpd also uses. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 88d52f09d..0b3ab53a0 100644 --- a/NEWS +++ b/NEWS @@ -35,6 +35,8 @@ ver 0.15 - (200?/??/??) ver 0.14.2 (2009/??/??) +* decoders: + - ffmpeg: added support for the tags comment, genre, year * audio outputs: - jack: allocate ring buffers before connecting - jack: clear "shutdown" flag on reconnect -- cgit v1.2.3