[vlc-commits] demux: mp4: remove leftoff decl of prevsly removed function

Francois Cartegnie git at videolan.org
Fri Jan 20 21:30:05 CET 2017


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu Jan 19 12:02:23 2017 +0100| [2ebeaa866e6f74d77206dc1bd82c3664c3a81078] | committer: Francois Cartegnie

demux: mp4: remove leftoff decl of prevsly removed function

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2ebeaa866e6f74d77206dc1bd82c3664c3a81078
---

 modules/demux/mp4/mp4.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/demux/mp4/mp4.c b/modules/demux/mp4/mp4.c
index 5cf1c4f..2cfe709 100644
--- a/modules/demux/mp4/mp4.c
+++ b/modules/demux/mp4/mp4.c
@@ -127,7 +127,6 @@ struct demux_sys_t
 static void MP4_TrackCreate ( demux_t *, mp4_track_t *, MP4_Box_t  *, bool, bool );
 static void MP4_TrackDestroy( demux_t *, mp4_track_t * );
 
-static block_t * MP4_Block_Read( demux_t *, const mp4_track_t *, int );
 static void MP4_Block_Send( demux_t *, mp4_track_t *, block_t * );
 
 static int  MP4_TrackSelect ( demux_t *, mp4_track_t *, mtime_t );



More information about the vlc-commits mailing list