Re: [FFmpeg-devel] [PATCH 1/2] id3v2: do not export APIC description if empty

2015-05-07 Thread Michael Niedermayer
On Thu, May 07, 2015 at 11:56:36PM +0200, wm4 wrote: > APIC tags always have a description. Tag writers obviously leave it > empty if there is no description. In this case, libavformat would export > "" as title. Do not set the title instead. > --- > Somewhat questionable. Take it or leave it. > --

[FFmpeg-devel] [PATCH 1/2] id3v2: do not export APIC description if empty

2015-05-07 Thread wm4
APIC tags always have a description. Tag writers obviously leave it empty if there is no description. In this case, libavformat would export "" as title. Do not set the title instead. --- Somewhat questionable. Take it or leave it. --- libavformat/id3v2.c | 3 ++- 1 file changed, 2 insertions(+),