id3v2enc: split ff_id3v2_write().
authorAnton Khirnov <anton@khirnov.net>
Mon, 27 Feb 2012 21:08:50 +0000 (22:08 +0100)
committerAnton Khirnov <anton@khirnov.net>
Wed, 29 Feb 2012 13:26:14 +0000 (14:26 +0100)
commit411225aabce57411d1544a7bbc6f6bee6d8ef638
treef3dcc31c02aaf9507f369239950c7c8349248b07
parentc19981774880919c7f9417014bdcb1fb63f69231
id3v2enc: split ff_id3v2_write().

This will allow writing the tag in several steps, needed for writing
attached pictures.
libavformat/id3v2.h
libavformat/id3v2enc.c
libavformat/mp3enc.c
libavformat/omaenc.c