[FFmpeg-devel] [PATCH] lavu/imgutils: create misc functions for dealing with buffers

Stefano Sabatini stefasab at gmail.com
Mon Jun 25 19:27:00 CEST 2012


On date Friday 2012-06-22 23:32:10 +0200, Stefano Sabatini encoded:
> On date Thursday 2012-06-21 12:06:11 +0200, Stefano Sabatini encoded:
> > On date Tuesday 2012-06-19 23:48:23 +0200, Stefano Sabatini encoded:
> > > On date Tuesday 2012-06-19 19:23:16 +0200, Stefano Sabatini encoded:
> > > [...]
> > > > From 20ad834f934e0ea5765be9e0a609c67cb21f8964 Mon Sep 17 00:00:00 2001
> > > > From: Stefano Sabatini <stefasab at gmail.com>
> > > > Date: Tue, 19 Jun 2012 02:45:36 +0200
> > > > Subject: [PATCH] lavu/imgutils: create misc functions for dealing with
> > > >  buffers
> > > [...]
> > > 
> > > Updated with a few minor fixes.
> > 
> > Upped with a few more minor cosmetics fixes. I plan to commit this in
> > three days if I read no comments.

Changed:

int av_image_copy_to_buffer(..., const uint8_t * src_data[4], const int src_linesize[4], ...)
->
int av_image_copy_to_buffer(... ,const uint8_t * const src_data[4], const int src_linesize[4], ...)

Will push it tomorrow if I read no comments.
-- 
FFmpeg = Frenzy & Fantastic Mournful Purposeless Emblematic God
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-lavu-imgutils-create-misc-functions-for-dealing-with.patch
Type: text/x-diff
Size: 13266 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120625/19dc60ca/attachment.bin>


More information about the ffmpeg-devel mailing list