vlc | branch: master | Francois Cartegnie <[email protected]> | 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

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to