From 8278977c0de65322a6c59c13a1f50f61ddd43e2c Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 7 May 2011 21:32:50 +0000 Subject: cleanup: Make vcd_seek_to_track() static in more files git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33436 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/vcd_read_fbsd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/vcd_read_fbsd.h') diff --git a/stream/vcd_read_fbsd.h b/stream/vcd_read_fbsd.h index 6e50ac9ac9..8a59a2a8ee 100644 --- a/stream/vcd_read_fbsd.h +++ b/stream/vcd_read_fbsd.h @@ -136,7 +136,7 @@ read_toc_entry(mp_vcd_priv_t *vcd, int nr) return 1; } -int +static int vcd_seek_to_track(mp_vcd_priv_t* vcd, int track) { if (!read_toc_entry(vcd, track)) -- cgit v1.2.3