OSDN Git Service

mp3enc: handle errors in id3v2_put_ttag
authorAnton Khirnov <anton@khirnov.net>
Sat, 22 Jan 2011 01:00:13 +0000 (02:00 +0100)
committerJanne Grunau <janne-ffmpeg@jannau.net>
Sat, 22 Jan 2011 01:04:13 +0000 (02:04 +0100)
commit8c3caf7fb1be2eb6eb4683b1a0383cba5c25ee19
tree9449f301f73249eb41e709a03a2473e239edafea
parent045b80e52df7ba9c97084c946b4929000d5f5bc7
mp3enc: handle errors in id3v2_put_ttag

make the initialization of put clearer

this are the differences between
[FFmpeg-devel] [PATCH 1/3] mp3enc: add support for writing UTF-16 tags
and the already applied 187e23478bc5c066ff8eef562925471ac179644e

Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
libavformat/mp3enc.c