On 08/02/2017 10:29 AM, Nicolas George wrote:
Le quintidi 15 thermidor, an CCXXV, Jorge Ramirez-Ortiz a écrit :
From: Alexis Ballier <aball...@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 <aball...@gentoo.org>
Reviewed-by: Jorge Ramirez-Ortiz <jorge.ramirez-or...@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,


_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to