Re: [FFmpeg-devel] [PATCH] id3v2: prefer TDRC for date over TDRL.

2014-11-04 Thread Michael Niedermayer
On Tue, Nov 04, 2014 at 01:54:43PM +0100, Benoit Fouet wrote: > TDRL is what we used as a replacement of TYER, and, according to > http://id3.org/id3v2.4.0-changes : > TYER - Year > This frame is replaced by the TDRC frame, 'Recording time' > [F:4.2.5]. > So change TDRL usages t

[FFmpeg-devel] [PATCH] id3v2: prefer TDRC for date over TDRL.

2014-11-04 Thread Benoit Fouet
TDRL is what we used as a replacement of TYER, and, according to http://id3.org/id3v2.4.0-changes : TYER - Year This frame is replaced by the TDRC frame, 'Recording time' [F:4.2.5]. So change TDRL usages to TDRC. Fixes ticket #3694 --- libavformat/id3v2.c | 2 +- libavformat/