summaryrefslogtreecommitdiffstats
path: root/gst/deinterlace2/tvtime/vfir.c
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-06-18 06:31:13 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-06-18 06:31:13 +0000
commit5a0287dc7662503b347307c53e534c75d8f6af29 (patch)
tree4da5996bc9da8e123337c49c657cd2dd17199f75 /gst/deinterlace2/tvtime/vfir.c
parentfc19ab1ded25b25481b7562f5033b563da3e1f4f (diff)
downloadgst-plugins-bad-5a0287dc7662503b347307c53e534c75d8f6af29.tar.gz
gst-plugins-bad-5a0287dc7662503b347307c53e534c75d8f6af29.tar.bz2
gst-plugins-bad-5a0287dc7662503b347307c53e534c75d8f6af29.zip
Fix gtk-doc warnings. Also don't misuse api-doc comments for normal comments.
Original commit message from CVS: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * examples/app/appsrc-ra.c: * examples/app/appsrc-seekable.c: * examples/app/appsrc-stream.c: * examples/app/appsrc-stream2.c: * ext/directfb/dfbvideosink.h: * ext/metadata/gstbasemetadata.c: * ext/metadata/gstbasemetadata.h: * ext/metadata/metadata.c: * ext/metadata/metadataexif.c: * ext/theora/theoradec.h: * gst/deinterlace2/gstdeinterlace2.h: * gst/deinterlace2/tvtime/speedy.c: * gst/deinterlace2/tvtime/speedy.h: * gst/deinterlace2/tvtime/vfir.c: Fix gtk-doc warnings. Also don't misuse api-doc comments for normal comments.
Diffstat (limited to 'gst/deinterlace2/tvtime/vfir.c')
-rw-r--r--gst/deinterlace2/tvtime/vfir.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/deinterlace2/tvtime/vfir.c b/gst/deinterlace2/tvtime/vfir.c
index bb42f5d3..e9b57b96 100644
--- a/gst/deinterlace2/tvtime/vfir.c
+++ b/gst/deinterlace2/tvtime/vfir.c
@@ -43,7 +43,7 @@
#include "speedy.h"
#include "gstdeinterlace2.h"
-/**
+/*
* The MPEG2 spec uses a slightly harsher filter, they specify
* [-1 8 2 8 -1]. ffmpeg uses a similar filter but with more of
* a tendancy to blur than to use the local information. The
@@ -118,7 +118,7 @@ deinterlace_line (uint8_t * dst, uint8_t * lum_m4,
}
-/**
+/*
* The commented-out method below that uses the bottom_field member is more
* like the filter as specified in the MPEG2 spec, but it doesn't seem to
* have the desired effect.