OSDN Git Service

id3v2: constify the 'tag' parameter to special metadata parsing callback
authorAnton Khirnov <anton@khirnov.net>
Sat, 10 Jan 2015 08:39:32 +0000 (09:39 +0100)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Wed, 14 Jan 2015 16:17:24 +0000 (17:17 +0100)
commit8809c974a3fb51f96e498a5556a4a5bbacc581ce
treec3a4e13e8be2026a1964b006a8a8e998c1b7aa1f
parentf86f39cb9b1fcd063d5e4812132a75c06cc7acd2
id3v2: constify the 'tag' parameter to special metadata parsing callback

Those functions should not ever modify it.
libavformat/id3v2.c