[vlc-commits] demux: mp4: remove unused ReadNextBox
Francois Cartegnie
git at videolan.org
Fri Mar 25 10:01:18 CET 2016
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Fri Mar 25 06:53:20 2016 +0100| [cf3251da54da4f3dc3c1e8bdf1f5af7d8e1f5818] | committer: Francois Cartegnie
demux: mp4: remove unused ReadNextBox
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cf3251da54da4f3dc3c1e8bdf1f5af7d8e1f5818
---
modules/demux/mp4/libmp4.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/modules/demux/mp4/libmp4.c b/modules/demux/mp4/libmp4.c
index 9316d2d..38ca5b3 100644
--- a/modules/demux/mp4/libmp4.c
+++ b/modules/demux/mp4/libmp4.c
@@ -255,12 +255,6 @@ static MP4_Box_t *MP4_ReadBoxRestricted( stream_t *p_stream, MP4_Box_t *p_father
return p_box;
}
-static inline MP4_Box_t *MP4_ReadNextBox( stream_t *p_stream, MP4_Box_t *p_father )
-{
- bool b;
- return MP4_ReadBoxRestricted( p_stream, p_father, NULL, NULL, &b );
-}
-
/*****************************************************************************
* For all known box a loader is given,
* you have to be already read container header
More information about the vlc-commits
mailing list