[FFmpeg-devel] [PATCH] opt: add AV_OPT_TYPE_IMAGE_SIZE.
Nicolas George
nicolas.george at normalesup.org
Sun May 20 15:39:15 CEST 2012
[PATCH 01/10] opt: add AV_OPT_TYPE_IMAGE_SIZE.
[PATCH 02/10] vsrc_testsrc: use AV_OPT_TYPE_IMAGE_SIZE.
[PATCH 03/10] bktr: use AV_OPT_TYPE_IMAGE_SIZE.
[PATCH 04/10] sdl: use AV_OPT_TYPE_IMAGE_SIZE.
[PATCH 05/10] v4l2: use AV_OPT_TYPE_IMAGE_SIZE.
[PATCH 06/10] x11grab: use AV_OPT_TYPE_IMAGE_SIZE.
[PATCH 07/10] vf_ass: use AV_OPT_TYPE_IMAGE_SIZE.
[PATCH 08/10] vsrc_cellauto: use AV_OPT_TYPE_IMAGE_SIZE.
[PATCH 09/10] vsrc_life: use AV_OPT_TYPE_IMAGE_SIZE.
[PATCH 10/10] vsrc_mandelbrot: use AV_OPT_TYPE_IMAGE_SIZE.
libavdevice/bktr.c | 17 ++++-------------
libavdevice/sdl.c | 13 +------------
libavdevice/v4l2.c | 11 +----------
libavdevice/x11grab.c | 9 ++-------
libavfilter/vf_ass.c | 12 +-----------
libavfilter/vsrc_cellauto.c | 15 ++++-----------
libavfilter/vsrc_life.c | 16 ++++------------
libavfilter/vsrc_mandelbrot.c | 11 +++--------
libavfilter/vsrc_testsrc.c | 13 +++----------
libavutil/opt.c | 14 ++++++++++++++
libavutil/opt.h | 1 +
11 files changed, 38 insertions(+), 94 deletions(-)
There are other places that could benefit from it, but I could not test them
and the change were not as straightforward.
No minor bump yet, possibly aggregate it for several similar changes.
Regards,
--
Nicolas George
More information about the ffmpeg-devel
mailing list