Commit 294ea2cf authored by JULIAN GARDNER's avatar JULIAN GARDNER Committed by Michael Niedermayer

dvbsub: add comments

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 8a6799d2
......@@ -307,6 +307,8 @@ static int encode_dvb_subtitles(DVBSubtitleContext *s,
return -1;
}
/* CLUT segment */
*q++ = 0x0f; /* sync byte */
*q++ = 0x12; /* CLUT definition segment */
bytestream_put_be16(&q, page_id);
......@@ -397,6 +399,7 @@ static int encode_dvb_subtitles(DVBSubtitleContext *s,
return -1;
}
/* Object Data segment */
*q++ = 0x0f; /* sync byte */
*q++ = 0x13;
bytestream_put_be16(&q, page_id);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment