[libdvbpsi-devel] dr_86.h: update documentation.
    Jean-Paul Saman 
    git at videolan.org
       
    Wed Dec 24 12:52:01 CET 2014
    
    
  
libdvbpsi | branch: master | Jean-Paul Saman <jean-paul.saman at m2x.nl> | Wed Dec 24 12:42:49 2014 +0100| [cd8de8dccbd5398b92816c54c2148d460ee0f7be] | committer: Jean-Paul Saman
dr_86.h: update documentation.
> http://git.videolan.org/gitweb.cgi/libdvbpsi.git/?a=commit;h=cd8de8dccbd5398b92816c54c2148d460ee0f7be
---
 src/descriptors/dr_86.h |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/descriptors/dr_86.h b/src/descriptors/dr_86.h
index a8acd0f..1a17796 100644
--- a/src/descriptors/dr_86.h
+++ b/src/descriptors/dr_86.h
@@ -51,9 +51,9 @@ typedef struct dvbpsi_caption_service_s
 {
     char     i_iso_639_code[3]; /*!< ISO 639 language code */
     int      b_digital_cc;      /*!< Digital CC  flag */
-    int      b_line21_field;    /*!< */
-    uint16_t i_caption_service_number; /*!< */
-    int      b_easy_reader;     /*!< */
+    int      b_line21_field;    /*!< Line 21 */
+    uint16_t i_caption_service_number; /*!< Caption Service Number */
+    int      b_easy_reader;     /*!< Easy reader flag */
     int      b_wide_aspect_ratio; /*!< Wide aspect ratio flag */
 } dvbpsi_caption_service_t;
 
    
    
More information about the libdvbpsi-devel
mailing list