]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dvbsub.c
vda: removes useless doxygen command.
[ffmpeg] / libavcodec / dvbsub.c
index 35e6a56a5a145de6a40041d81e37e7a350b8897b..301fc93207edc5cfd19b8c76d60c7056599689a1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * DVB subtitle encoding for ffmpeg
+ * DVB subtitle encoding
  * Copyright (c) 2005 Fabrice Bellard
  *
  * This file is part of FFmpeg.
@@ -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);