mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 13:41:48 +00:00
deinterlace: avoid gtk-doc confusing comments
This commit is contained in:
parent
4e5c985ba4
commit
69d47ef4a0
9 changed files with 9 additions and 9 deletions
|
@ -142,7 +142,7 @@ struct _GstDeinterlaceScanlineData {
|
||||||
gboolean bottom_field;
|
gboolean bottom_field;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* For interpolate_scanline the input is:
|
* For interpolate_scanline the input is:
|
||||||
*
|
*
|
||||||
* | t-3 t-2 t-1 t
|
* | t-3 t-2 t-1 t
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/**
|
/*
|
||||||
* Copyright (C) 2002 Billy Biggs <vektor@dumbterm.net>.
|
* Copyright (C) 2002 Billy Biggs <vektor@dumbterm.net>.
|
||||||
* Copyright (C) 2008,2010 Sebastian Dröge <slomo@collabora.co.uk>
|
* Copyright (C) 2008,2010 Sebastian Dröge <slomo@collabora.co.uk>
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/**
|
/*
|
||||||
* Linear blend deinterlacing plugin. The idea for this algorithm came
|
* Linear blend deinterlacing plugin. The idea for this algorithm came
|
||||||
* from the linear blend deinterlacer which originated in the mplayer
|
* from the linear blend deinterlacer which originated in the mplayer
|
||||||
* sources.
|
* sources.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/**
|
/*
|
||||||
* Double lines
|
* Double lines
|
||||||
* Copyright (C) 2008,2010 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
* Copyright (C) 2008,2010 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/**
|
/*
|
||||||
* Copyright (C) 2004 Billy Biggs <vektor@dumbterm.net>
|
* Copyright (C) 2004 Billy Biggs <vektor@dumbterm.net>
|
||||||
* Copyright (C) 2008,2010 Sebastian Dröge <slomo@collabora.co.uk>
|
* Copyright (C) 2008,2010 Sebastian Dröge <slomo@collabora.co.uk>
|
||||||
*
|
*
|
||||||
|
|
|
@ -57,7 +57,7 @@ typedef GstDeinterlaceSimpleMethodClass GstDeinterlaceMethodVFIRClass;
|
||||||
* filter taps here are: [-1 4 2 4 -1].
|
* filter taps here are: [-1 4 2 4 -1].
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* C implementation.
|
* C implementation.
|
||||||
*/
|
*/
|
||||||
static inline void
|
static inline void
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/**
|
/*
|
||||||
* Weave frames
|
* Weave frames
|
||||||
* Copyright (C) 2002 Billy Biggs <vektor@dumbterm.net>.
|
* Copyright (C) 2002 Billy Biggs <vektor@dumbterm.net>.
|
||||||
* Copyright (C) 2008,2010 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
* Copyright (C) 2008,2010 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/**
|
/*
|
||||||
* Weave frames, bottom-field-first.
|
* Weave frames, bottom-field-first.
|
||||||
* Copyright (C) 2003 Billy Biggs <vektor@dumbterm.net>.
|
* Copyright (C) 2003 Billy Biggs <vektor@dumbterm.net>.
|
||||||
* Copyright (C) 2008,2010 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
* Copyright (C) 2008,2010 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/**
|
/*
|
||||||
* Weave frames, top-field-first.
|
* Weave frames, top-field-first.
|
||||||
* Copyright (C) 2003 Billy Biggs <vektor@dumbterm.net>.
|
* Copyright (C) 2003 Billy Biggs <vektor@dumbterm.net>.
|
||||||
* Copyright (C) 2008,2010 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
* Copyright (C) 2008,2010 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||||
|
|
Loading…
Reference in a new issue