summaryrefslogtreecommitdiffstats
path: root/stream/tvi_v4l2.c
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-24 09:58:57 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-24 09:58:57 +0000
commit8ee842dde2528c690b32518b07b84c0b3fe4a771 (patch)
treea61e01e3b3fb7f9369123ed853c98edc5ead14e1 /stream/tvi_v4l2.c
parent85b37d1ccf8b8d16f71df594d07ed23f96263097 (diff)
downloadmpv-8ee842dde2528c690b32518b07b84c0b3fe4a771.tar.bz2
mpv-8ee842dde2528c690b32518b07b84c0b3fe4a771.tar.xz
remove unnecessary stubs which were not ever used.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23380 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/tvi_v4l2.c')
-rw-r--r--stream/tvi_v4l2.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/stream/tvi_v4l2.c b/stream/tvi_v4l2.c
index 2a791fa00e..43656fae01 100644
--- a/stream/tvi_v4l2.c
+++ b/stream/tvi_v4l2.c
@@ -1313,15 +1313,6 @@ static int start(priv_t *priv)
return 1;
}
-
-#ifdef HAVE_TV_BSDBT848
-static double grabimmediate_video_frame(priv_t *priv, char *buffer, int len)
-{
- memset(buffer, 0xCC, len);
- return(1);
-}
-#endif /* HAVE_TV_BSDBT848 */
-
// copies a video frame
static inline void copy_frame(priv_t *priv, unsigned char *dest, unsigned char *source)
{