[FFmpeg-devel] [PATCHv6 1/4] Move lavd/v4l2-common.* to lavc
Paul B Mahol
onemda at gmail.com
Fri Aug 25 15:50:54 EEST 2017
On 8/25/17, Jorge Ramirez-Ortiz <jorge.ramirez-ortiz at linaro.org> wrote:
> From: Alexis Ballier <aballier at gentoo.org>
>
> In preparation to support the integation of the V4L2 API for encoding
> and decoding, move v4l2 related files to libavcodec.
>
> v4l2-common was renamed to v4l2_fmt for clarity (v4l2-common.h belongs
> to the V4L2 API)
>
> Signed-off-by: Alexis Ballier <aballier at gentoo.org>
> Reviewed-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz at linaro.org>
> ---
> configure | 6 ++-
> libavcodec/Makefile | 1 +
> libavcodec/v4l2_fmt.c | 105
> ++++++++++++++++++++++++++++++++++++++++++++++
> libavcodec/v4l2_fmt.h | 57 +++++++++++++++++++++++++
> libavdevice/Makefile | 6 +--
> libavdevice/v4l2-common.c | 105
> ----------------------------------------------
> libavdevice/v4l2-common.h | 61 ---------------------------
> libavdevice/v4l2.c | 40 ++++++++++++------
> libavdevice/v4l2enc.c | 12 +++++-
> 9 files changed, 206 insertions(+), 187 deletions(-)
> create mode 100644 libavcodec/v4l2_fmt.c
> create mode 100644 libavcodec/v4l2_fmt.h
> delete mode 100644 libavdevice/v4l2-common.c
> delete mode 100644 libavdevice/v4l2-common.h
>
Does lavd stuff now depends on lavc?
More information about the ffmpeg-devel
mailing list