[FFmpeg-devel] [PATCH] lavd/avdevice: add control message enums
Michael Niedermayer
michaelni at gmx.at
Thu Apr 10 04:07:27 CEST 2014
On Thu, Apr 10, 2014 at 12:51:00AM +0200, Lukasz Marek wrote:
> Signed-off-by: Lukasz Marek <lukasz.m.luki2 at gmail.com>
> ---
> libavdevice/avdevice.h | 48 ++++++++++++++++++++++++++++++++++++++++++++++--
> 1 file changed, 46 insertions(+), 2 deletions(-)
>
> diff --git a/libavdevice/avdevice.h b/libavdevice/avdevice.h
> index 8b78067..b676934 100644
> --- a/libavdevice/avdevice.h
> +++ b/libavdevice/avdevice.h
> @@ -109,6 +109,14 @@ typedef struct AVDeviceRect {
> int height; /**< height */
> } AVDeviceRect;
>
> +typedef union AVDeviceValue {
> + u_int64_t u64;
uint64_t
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Many that live deserve death. And some that die deserve life. Can you give
it to them? Then do not be too eager to deal out death in judgement. For
even the very wise cannot see all ends. -- Gandalf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140410/3ba4adb5/attachment.asc>
More information about the ffmpeg-devel
mailing list