[vlc-devel] commit: Implement TDT parsing in TS demux. ( Marian Ďurkovič )

Jean-Baptiste Kempf jb at videolan.org
Thu Oct 29 16:00:37 CET 2009


On Thu, Oct 29, 2009 at 03:55:18PM +0100, git version control wrote :
> vlc | branch: master | Marian Ďurkovič <md at bts.sk> | Thu Oct 29 15:54:52 2009 +0100| [7a0ac322c01c4dcb9c4f92a9399b781c7a4abccf] | committer: Marian Ďurkovič 
> 
> Implement TDT parsing in TS demux.
> 
> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7a0ac322c01c4dcb9c4f92a9399b781c7a4abccf
> ---
> 
>  modules/demux/ts.c |   61 +++++++++++++++++++++++++++++++++++++++++++++------
>  1 files changed, 53 insertions(+), 8 deletions(-)
> 
> diff --git a/modules/demux/ts.c b/modules/demux/ts.c
> index 1903abd..20f781c 100644
> --- a/modules/demux/ts.c
> +++ b/modules/demux/ts.c
> @@ -77,6 +77,17 @@
>  #       include "tables/eit.h"
>  #   endif
>  #endif
> +
> +/* TDT support */
> +#ifdef _DVBPSI_TOT_H_
> +#   define TS_USE_TDT 1
> +#   ifdef HAVE_DVBPSI_DR_H
> +#       include <dvbpsi/tot.h>
> +#   else
> +#       include "tables/tot.h"
> +#   endif
> +#endif

What version of dvbpsi is required for this?

Best Regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/



More information about the vlc-devel mailing list