Skip to content

dvbsubenc: Fix bottom field size calculation

Don't accidentally include the stuffing byte (if present) into the bottom field size. It should only be included in the total segment length.

Fixes problems with FFmpeg not rendering the subtitles with a stuffing byte, giving a "Invalid object location!" error.

Merge request reports