[FFmpeg-devel] [PATCH 3/4] avdevice/fbdev: move common code to separate file

Stefano Sabatini stefasab at gmail.com
Thu Oct 24 08:57:48 CEST 2013


On date Sunday 2013-10-20 20:55:54 +0200, Stefano Sabatini encoded:
> On date Sunday 2013-10-20 00:15:40 +0200, Lukasz M encoded:
[...]
> > From 5fe65f4e3aab3d4c2bd328fbda25be3401b58739 Mon Sep 17 00:00:00 2001
> > From: Lukasz Marek <lukasz.m.luki at gmail.com>
> > Date: Sat, 19 Oct 2013 21:12:51 +0200
> > Subject: [PATCH] avdevice/fbdev: move common code to separate file
> > 
> > Move common fbdev dec/enc for separate file.
> > 
> > Signed-off-by: Lukasz Marek <lukasz.m.luki at gmail.com>
> > ---
> >  libavdevice/Makefile       |    6 +++--
> >  libavdevice/fbdev_common.c |   57 ++++++++++++++++++++++++++++++++++++++++++++
> >  libavdevice/fbdev_common.h |   31 ++++++++++++++++++++++++
> >  libavdevice/fbdev_dec.c    |   38 +++--------------------------
> >  libavdevice/fbdev_enc.c    |   38 +++--------------------------
> >  5 files changed, 98 insertions(+), 72 deletions(-)
> >  create mode 100644 libavdevice/fbdev_common.c
> >  create mode 100644 libavdevice/fbdev_common.h
[...] 
> LGTM, thanks.

Applied.
-- 
FFmpeg = Fierce and Formidable Mortal Perennial Enchanting Governor


More information about the ffmpeg-devel mailing list