$(SRCDIR)/lib/include/libdvbv5/sdt.h \
$(SRCDIR)/lib/include/libdvbv5/vct.h \
$(SRCDIR)/lib/include/libdvbv5/crc32.h \
+ $(SRCDIR)/lib/include/libdvbv5/mpeg_es.h \
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
DVB_MPEG_ES_FRAME_D
};
+/**
+ * @brief Vector that translates from enum dvb_mpeg_es_frame_t to string.
+ */
extern const char *dvb_mpeg_es_frame_names[5];
struct dvb_v5_fe_parms;
* @brief Initialize a struct dvb_mpeg_es_seq_start from buffer
*
* @param buf Buffer
- * @param buflen Lenght of buffer
+ * @param buflen Length of buffer
* @param seq_start Pointer to allocated struct dvb_mpeg_es_seq_start
*
* @return If buflen too small, return -1, 0 otherwise.
* @brief Initialize a struct dvb_mpeg_es_pic_start from buffer
*
* @param buf Buffer
- * @param buflen Lenght of buffer
+ * @param buflen Length of buffer
* @param pic_start Pointer to allocated structdvb_mpeg_es_pic_start
*
* @return If buflen too small, return -1, 0 otherwise.