[vlc-commits] demux: mp4: remove dead code
    Zhao Zhili 
    git at videolan.org
       
    Sat May  5 14:52:10 CEST 2018
    
    
  
vlc | branch: master | Zhao Zhili <quinkblack at foxmail.com> | Fri Apr 27 17:42:38 2018 +0800| [5b9d21e00f956e45b39ceac4581982ddcb79a343] | committer: Jean-Baptiste Kempf
demux: mp4: remove dead code
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5b9d21e00f956e45b39ceac4581982ddcb79a343
---
 modules/demux/mp4/mp4.c | 2 --
 1 file changed, 2 deletions(-)
diff --git a/modules/demux/mp4/mp4.c b/modules/demux/mp4/mp4.c
index c15407494b..e3786e5124 100644
--- a/modules/demux/mp4/mp4.c
+++ b/modules/demux/mp4/mp4.c
@@ -5138,5 +5138,3 @@ static void MP4ASF_ResetFrames( demux_sys_t *p_sys )
         }
     }
 }
-
-#undef BOXDATA
    
    
More information about the vlc-commits
mailing list