[FFmpeg-devel] [PATCH] lavd/avdevice: add control message enums

Lukasz Marek lukasz.m.luki2 at gmail.com
Thu Apr 10 22:33:27 CEST 2014


On 10.04.2014 04:07, Michael Niedermayer wrote:
> 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

fixed, thanks

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-lavd-add-control-message-enums.patch
Type: text/x-patch
Size: 2637 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140410/f3abbfc0/attachment.bin>


More information about the ffmpeg-devel mailing list