Changeset 5012c073 in ffmpeg

Timestamp:
Apr 7, 2012, 8:11:21 PM (13 years ago)
Author:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Branches:
master
Children:
6101e532
Parents:
50ec8a2a
git-author:
Reimar Döffinger <Reimar.Doeffinger@gmx.de> (04/07/12 00:18:17)
git-committer:
Reimar Döffinger <Reimar.Doeffinger@gmx.de> (04/07/12 20:11:21)
Message:

Support detecting and demuxing EIA-608 subtitles in mov.

The format is slightly proprietary.
DVDs use a format of
code byte (0x00, 0x01, 0xfe or 0xff), two data bytes
MOV uses instead
cdat/cdt2 atom, two data bytes
Auto-detecting and supporting both in one decoder is trivial,
so a single codec ID is used.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>

(No files)

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