From 770cd3e42ccaae54fa450b2200156d2d1e56e0a3 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Thu, 9 Jun 2011 16:26:32 -0300 Subject: [PATCH] --- yaml --- r: 261294 b: refs/heads/master c: 7a2b66b1bd26d717763985bad401410665fa0672 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/dvb/audio.h | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 9a1fcd65a426..3876468ec7c9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 84b01c1633497e748d98ca0d100faaca13579148 +refs/heads/master: 7a2b66b1bd26d717763985bad401410665fa0672 diff --git a/trunk/include/linux/dvb/audio.h b/trunk/include/linux/dvb/audio.h index c1b35550899a..d47bccd604e4 100644 --- a/trunk/include/linux/dvb/audio.h +++ b/trunk/include/linux/dvb/audio.h @@ -118,6 +118,18 @@ typedef __u16 audio_attributes_t; #define AUDIO_SET_ATTRIBUTES _IOW('o', 17, audio_attributes_t) #define AUDIO_SET_KARAOKE _IOW('o', 18, audio_karaoke_t) +/** + * AUDIO_GET_PTS + * + * Read the 33 bit presentation time stamp as defined + * in ITU T-REC-H.222.0 / ISO/IEC 13818-1. + * + * The PTS should belong to the currently played + * frame if possible, but may also be a value close to it + * like the PTS of the last decoded frame or the last PTS + * extracted by the PES parser. + */ +#define AUDIO_GET_PTS _IOR('o', 19, __u64) #define AUDIO_BILINGUAL_CHANNEL_SELECT _IO('o', 20) #endif /* _DVBAUDIO_H_ */