OSDN Git Service

Do not write ID3v1 tags by default
authorDiogo Franco <diogomfranco@gmail.com>
Tue, 16 Aug 2011 09:43:23 +0000 (09:43 +0000)
committerAnton Khirnov <anton@khirnov.net>
Tue, 16 Aug 2011 18:24:20 +0000 (20:24 +0200)
commitf1f298cd32b18bb910ff045df327ccb139628db7
tree23be88c89cf517c58a0296ca3d93389eb1cd095d
parentd8b999e2d0736751bb25edc3aa0651cdbf3cbf41
Do not write ID3v1 tags by default

ID3v1 are legacy tags with several limitations; furthermore
avconv/ffmpeg writes the tags in UTF-8 which probably has near-0
software support.

Add a -write_id3v1 option to be able to turn it on; disabled by default.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavformat/mp3enc.c