summaryrefslogtreecommitdiffstats
path: root/spudec.h
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-21 08:18:51 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-21 08:18:51 +0000
commit2f76cfc28a0466ad6dfdb7edc7affe91983d6eaa (patch)
treeeb19a1c8b1633bf9a6544a56dab02f1821b6f08d /spudec.h
parent9a6313ed24efaeb22b86ddc6309ee28e3bbde0e4 (diff)
downloadmpv-2f76cfc28a0466ad6dfdb7edc7affe91983d6eaa.tar.bz2
mpv-2f76cfc28a0466ad6dfdb7edc7affe91983d6eaa.tar.xz
Revert r23530.
r23530 breaks policy: notification was not sent to mailing list, agreements of other devs were not received. Code also should be reviewed/cleaned up/fixed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23593 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'spudec.h')
-rw-r--r--spudec.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/spudec.h b/spudec.h
index d315be3d1b..2e73ef5df8 100644
--- a/spudec.h
+++ b/spudec.h
@@ -20,8 +20,5 @@ int spudec_changed(void *this);
void spudec_calc_bbox(void *me, unsigned int dxs, unsigned int dys, unsigned int* bbox);
void spudec_draw_scaled(void *me, unsigned int dxs, unsigned int dys, void (*draw_alpha)(int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride));
void spudec_set_forced_subs_only(void * const this, const unsigned int flag);
-#ifdef HAVE_TV_TELETEXT
-void spudec_heartbeat_teletext(void *this, void *imgptr);
-#endif
#endif