Changeset 8f629a98 in ffmpeg

Timestamp:
Mar 15, 2014, 1:32:58 PM (11 years ago)
Author:
Anton Khirnov <anton@khirnov.net>
Branches:
master
Children:
09680951, e8436126
Parents:
f2097792
git-author:
wm4 <nfxjfg@googlemail.com> (03/12/14 20:18:46)
git-committer:
Anton Khirnov <anton@khirnov.net> (03/15/14 13:32:58)
Message:

isom: convert mp4 dvdsub extradata to vobsub format

mp4 files embedding DVD subtitles do not use the same extradata format
as the rest of Libav expects. The subtitle decoder in libavcodec in
particular does not understand this format.

Convert the extradata to the vobsub .idx format. mp4 stores the palette
as binary 32 bit ints in YUV. The subtitle resolution is stored
separately in the track header, which we access through AVStream.

Signed-off-by: Anton Khirnov <anton@khirnov.net>

(No files)

Note: See TracChangeset for help on using the changeset viewer.