[FFmpeg-devel] [PATCHv3 1/4] Move lavd/v4l2-common.* to lavc
Jorge Ramirez
jorge.ramirez-ortiz at linaro.org
Wed Aug 2 12:27:08 EEST 2017
On 08/02/2017 10:29 AM, Nicolas George wrote:
> 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.
ah sorry, the rename happened (globally) in the last commit of the
series; since that commit imports v4l2-common.h from UAPI it kind of
give me a good reason to rename the files and adopt the "_" along all
other files...
do you want these files to be renamed on this commit?
>
> Regards,
>
More information about the ffmpeg-devel
mailing list