]> git.sesse.net Git - ffmpeg/commit
id3v2: do not export APIC description if empty
authorwm4 <nfxjfg@googlemail.com>
Thu, 7 May 2015 21:56:36 +0000 (23:56 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 7 May 2015 23:07:13 +0000 (01:07 +0200)
commitb697b297b77f73c932307120e32c187d521d2ff7
tree53312936bbf4d1ffdc7383520e7d864895cb4ac7
parent72e7553125e61847d9cab77fb7de62440dca746b
id3v2: do not export APIC description if empty

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.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/id3v2.c