OSDN Git Service

mov: allocate the tag value dynamically
authorThilo Borgmann <thilo.borgmann@mail.de>
Sat, 29 Nov 2014 16:51:14 +0000 (17:51 +0100)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Tue, 2 Dec 2014 15:28:22 +0000 (15:28 +0000)
commit3cec81f4d4f26b62bc2d22bb450bbf51ec3a7f09
treee10d26a2d68f86576426375604fae6d393e368d9
parente352b293712ff7cbde67eba3ce3f8510b037de09
mov: allocate the tag value dynamically

This allows to load metadata entries longer than 1024 bytes.
Displaying them is still limited to 1024 characters, but applications
can load them fully now.

Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
libavformat/mov.c