mov: simplify mov_read_chapters() by using avio_get_str16be
authorAnton Khirnov <anton@khirnov.net>
Sun, 23 Jan 2011 11:38:30 +0000 (12:38 +0100)
committerJanne Grunau <janne-ffmpeg@jannau.net>
Tue, 25 Jan 2011 20:48:03 +0000 (21:48 +0100)
commitc34461b35b68ff1f3d04540e0279383c51be8cee
treec3d7759be09024bd3aef2a6ada09f50494e6e656
parent2934cd9dbf390962ec008182f9eddd4296cf5527
mov: simplify mov_read_chapters() by using avio_get_str16be

It probably also fixes a memleak or two.

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