[FFmpeg-devel] [PATCH] Implement avfilter_copy_picref_props()
Víctor Paesa
victorpaesa
Sun Jul 4 23:17:49 CEST 2010
Hi,
On 2010-07-04, Michael Niedermayer wrote:
> On Sun, Jul 04, 2010 at 12:26:47AM +0200, Stefano Sabatini wrote:
>> On date Tuesday 2010-06-22 02:22:51 +0200, Michael Niedermayer encoded:
>> > On Mon, Jun 21, 2010 at 11:25:29PM +0200, Stefano Sabatini wrote:
> [...]
>> avfilter.h | 13 +++++++++++++
>> 1 file changed, 13 insertions(+)
>> 9f65488262329acc9e2a1e4b7924e9984c995c07
>> 0001-Implement-avfilter_copy_picref_props.patch
>> >From 95a9c0124d02eb28006f7aa59b2fd336dba63fe8 Mon Sep 17 00:00:00 2001
>> Message-Id:
>> <95a9c0124d02eb28006f7aa59b2fd336dba63fe8.1278195876.git.stefano.sabatini-lala at poste.it>
>> From: Stefano Sabatini <stefano.sabatini-lala at poste.it>
>> Date: Sat, 3 Jul 2010 23:05:05 +0200
>> Subject: [implement-pixdesctest PATCH 1/2] Implement
>> avfilter_copy_picref_props().
>
> ok
>
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -121,6 +121,19 @@ typedef struct AVFilterPicRef
} AVFilterPicRef;
/**
+ * Copy properties of src to dst, without to copy the actual video
+ * data.
+ */
Gerund after prepositions (except to), hence:
"Copy properties of src to dst, without copying the actual video"
Regards,
V?ctor
More information about the ffmpeg-devel
mailing list