deinterlace: avoid gtk-doc confusing comments

This commit is contained in:
Mark Nauwelaerts 2010-05-24 16:02:58 +02:00
parent 4e5c985ba4
commit 69d47ef4a0
9 changed files with 9 additions and 9 deletions

View file

@ -142,7 +142,7 @@ struct _GstDeinterlaceScanlineData {
gboolean bottom_field;
};
/**
/*
* For interpolate_scanline the input is:
*
* | t-3 t-2 t-1 t

View file

@ -1,4 +1,4 @@
/**
/*
* Copyright (C) 2002 Billy Biggs <vektor@dumbterm.net>.
* Copyright (C) 2008,2010 Sebastian Dröge <slomo@collabora.co.uk>
*

View file

@ -1,4 +1,4 @@
/**
/*
* Linear blend deinterlacing plugin. The idea for this algorithm came
* from the linear blend deinterlacer which originated in the mplayer
* sources.

View file

@ -1,4 +1,4 @@
/**
/*
* Double lines
* Copyright (C) 2008,2010 Sebastian Dröge <sebastian.droege@collabora.co.uk>
*

View file

@ -1,4 +1,4 @@
/**
/*
* Copyright (C) 2004 Billy Biggs <vektor@dumbterm.net>
* Copyright (C) 2008,2010 Sebastian Dröge <slomo@collabora.co.uk>
*

View file

@ -57,7 +57,7 @@ typedef GstDeinterlaceSimpleMethodClass GstDeinterlaceMethodVFIRClass;
* filter taps here are: [-1 4 2 4 -1].
*/
/**
/*
* C implementation.
*/
static inline void

View file

@ -1,4 +1,4 @@
/**
/*
* Weave frames
* Copyright (C) 2002 Billy Biggs <vektor@dumbterm.net>.
* Copyright (C) 2008,2010 Sebastian Dröge <sebastian.droege@collabora.co.uk>

View file

@ -1,4 +1,4 @@
/**
/*
* Weave frames, bottom-field-first.
* Copyright (C) 2003 Billy Biggs <vektor@dumbterm.net>.
* Copyright (C) 2008,2010 Sebastian Dröge <sebastian.droege@collabora.co.uk>

View file

@ -1,4 +1,4 @@
/**
/*
* Weave frames, top-field-first.
* Copyright (C) 2003 Billy Biggs <vektor@dumbterm.net>.
* Copyright (C) 2008,2010 Sebastian Dröge <sebastian.droege@collabora.co.uk>