From b0d9d49638c1b738ed36afb6713ba6a1ff63e172 Mon Sep 17 00:00:00 2001 From: Maximilian Schwerin Date: Wed, 3 Sep 2008 09:14:53 +0200 Subject: Adding ID3 tag TDRC to replace/complement the deprecated tag TYER. --- ChangeLog | 1 + src/demuxers/id3.c | 1 + 2 files changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 625146639..0840bd594 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ xine-lib (1.1.16) 2008-??-?? * Fix seeking FLV clips that don't specify the movie length in the headers. * Support H.264 and AAC streams within FLV. * Fix timing issues (broken audio) on mingw. + * Add ID3 tag TDRC to replace/complement the deprecated tag TYER. xine-lib (1.1.15) 2008-08-14 * Security fixes: diff --git a/src/demuxers/id3.c b/src/demuxers/id3.c index 3c03fdc68..ba8f50676 100644 --- a/src/demuxers/id3.c +++ b/src/demuxers/id3.c @@ -767,6 +767,7 @@ static int id3v24_interp_frame(input_plugin_t *input, break; case ( FOURCC_TAG('T', 'Y', 'E', 'R') ): + case ( FOURCC_TAG('T', 'D', 'R', 'C') ): _x_meta_info_set_generic(stream, XINE_META_INFO_YEAR, buf + 1, id3_encoding[enc]); break; -- cgit v1.2.3