Skip to content
Snippets Groups Projects
Commit 8f629a98 authored by wm4's avatar wm4 Committed by Anton Khirnov
Browse files

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: default avatarAnton Khirnov <anton@khirnov.net>
parent f2097792
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment