[FFmpeg-devel] [PATCHv3 1/4] Move lavd/v4l2-common.* to lavc
Nicolas George
george at nsup.org
Wed Aug 2 11:29:06 EEST 2017
Le quintidi 15 thermidor, an CCXXV, Jorge Ramirez-Ortiz a écrit :
> 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.
>
> 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-common.c | 105 ++++++++++++++++++++++++++++++++++++++++++++++
> libavcodec/v4l2-common.h | 57 +++++++++++++++++++++++++
> libavdevice/Makefile | 6 +--
> libavdevice/v4l2-common.c | 105 ----------------------------------------------
> libavdevice/v4l2-common.h | 61 ---------------------------
> libavdevice/v4l2.c | 40 ++++++++++++------
> libavdevice/v4l2enc.c | 14 +++++--
> 9 files changed, 207 insertions(+), 188 deletions(-)
> create mode 100644 libavcodec/v4l2-common.c
> create mode 100644 libavcodec/v4l2-common.h
> delete mode 100644 libavdevice/v4l2-common.c
> delete mode 100644 libavdevice/v4l2-common.h
Maybe I misunderstood, I thought you were renaming the files at the same
time.
Regards,
--
Nicolas George
More information about the ffmpeg-devel
mailing list