diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-09-24 10:35:08 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-09-24 10:35:08 -0300 |
commit | ec1abc6d3b2508366efa97c0f3f08078902e47ac (patch) | |
tree | 62bc233c7f844731de7d63d8466aa857fb43a31c /v4l2-apps/lib/libv4l/include/libv4lconvert.h | |
parent | e25691821b5e4762b3e642f3f78a1327aa5f6767 (diff) | |
parent | 37365f711151fceee2bbc87ef7836c5f08b7c1f1 (diff) | |
download | mediapointer-dvb-s2-ec1abc6d3b2508366efa97c0f3f08078902e47ac.tar.gz mediapointer-dvb-s2-ec1abc6d3b2508366efa97c0f3f08078902e47ac.tar.bz2 |
merge: http://linuxtv.org/hg/~hgoede/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'v4l2-apps/lib/libv4l/include/libv4lconvert.h')
-rw-r--r-- | v4l2-apps/lib/libv4l/include/libv4lconvert.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/v4l2-apps/lib/libv4l/include/libv4lconvert.h b/v4l2-apps/lib/libv4l/include/libv4lconvert.h index 87e41ceaa..626c43473 100644 --- a/v4l2-apps/lib/libv4l/include/libv4lconvert.h +++ b/v4l2-apps/lib/libv4l/include/libv4lconvert.h @@ -71,6 +71,16 @@ LIBV4L_PUBLIC int v4lconvert_convert(struct v4lconvert_data *data, /* get a string describing the last error*/ LIBV4L_PUBLIC const char *v4lconvert_get_error_message(struct v4lconvert_data *data); +/* Just like VIDIOC_ENUM_FRAMESIZE, except that the framesizes of emulated + formats can be enumerated as well. */ +LIBV4L_PUBLIC int v4lconvert_enum_framesizes(struct v4lconvert_data *data, + struct v4l2_frmsizeenum *frmsize); + +/* Just like VIDIOC_ENUM_FRAMEINTERVALS, except that the intervals of emulated + formats can be enumerated as well. */ +LIBV4L_PUBLIC int v4lconvert_enum_frameintervals(struct v4lconvert_data *data, + struct v4l2_frmivalenum *frmival); + #ifdef __cplusplus } #endif /* __cplusplus */ |