[FFmpeg-devel] [PATCH] lavd/avdevice: add control message enums
Michael Niedermayer
michaelni at gmx.at
Thu Apr 10 23:43:16 CEST 2014
On Thu, Apr 10, 2014 at 10:33:27PM +0200, Lukasz Marek wrote:
> 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
no further comments from me.
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Frequently ignored answer#1 FFmpeg bugs should be sent to our bugtracker. User
questions about the command line tools should be sent to the ffmpeg-user ML.
And questions about how to use libav* should be sent to the libav-user ML.
-------------- 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/2060337e/attachment.asc>
More information about the ffmpeg-devel
mailing list