Commit e1aee6aa authored by Jean-Paul Saman's avatar Jean-Paul Saman

src/tables/bat.h: update documentation

parent 76902d9b
...@@ -32,8 +32,8 @@ ...@@ -32,8 +32,8 @@
* *
* Application interface for the BAT decoder. New * Application interface for the BAT decoder. New
* decoded BAT are sent by callback to the application. If a table * decoded BAT are sent by callback to the application. If a table
* wasn't active (b_current_next == 0) and the next is the same but active * wasn't active (b_current_next == false) and the next is the same but active
* (b_current_next == 1) then the service description list is empty and should * (b_current_next == true) then the service description list is empty and should
* be caught from the previous structure. * be caught from the previous structure.
* This is a simulation to sdt.h * This is a simulation to sdt.h
*/ */
...@@ -221,4 +221,3 @@ dvbpsi_psi_section_t *dvbpsi_GenBATSections(dvbpsi_t *p_dvbpsi, dvbpsi_bat_t * p ...@@ -221,4 +221,3 @@ dvbpsi_psi_section_t *dvbpsi_GenBATSections(dvbpsi_t *p_dvbpsi, dvbpsi_bat_t * p
#else #else
#error "Multiple inclusions of bat.h" #error "Multiple inclusions of bat.h"
#endif #endif
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