Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: DVB API extension: DMX_GET_STC



On Fri, Feb 28, 2003 at 03:15:01PM +0100, I wrote:
> 
>   struct dmx_stc {
>           unsigned int num;  /* input : which STC? 0...n */
> 	  unsigned int base; /* output: divisor for stc to get 90kHz clock */
>           uint64_t     stc;  /* output: STC denominator */
>   };
>   #define DMX_GET_STC  _IOWR('o', 50, struct dmx_stc)
> 
> 'base' would then be 300 for a 27MHz STC.
> 
> Comments?
> 
> If no one objects, I would like to add this to the current
> stable API within the next week (because I need it for DVB subtitles).

Notwithstanding the current API discussion I committed this now to CVS.

It's not yet implemented for any of the public drivers. Maybe I'll
do it for the AV7110 based cards sometime...

Regards,
Johannes


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index