[vlc-commits] mp4: remove duplicated declaration
Jean-Baptiste Kempf
git at videolan.org
Wed Aug 24 23:29:28 CEST 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Aug 24 22:09:58 2011 +0200| [20be23d3888df8d5a2c1d97119fbaf18458c95f7] | committer: Jean-Baptiste Kempf
mp4: remove duplicated declaration
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=20be23d3888df8d5a2c1d97119fbaf18458c95f7
---
modules/demux/mp4/libmp4.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/demux/mp4/libmp4.h b/modules/demux/mp4/libmp4.h
index 532a3d3..86715b7 100644
--- a/modules/demux/mp4/libmp4.h
+++ b/modules/demux/mp4/libmp4.h
@@ -69,7 +69,6 @@
#define FOURCC_padb VLC_FOURCC( 'p', 'a', 'd', 'b' )
#define FOURCC_edts VLC_FOURCC( 'e', 'd', 't', 's' )
#define FOURCC_elst VLC_FOURCC( 'e', 'l', 's', 't' )
-#define FOURCC_udta VLC_FOURCC( 'u', 'd', 't', 'a' )
#define FOURCC_mvex VLC_FOURCC( 'm', 'v', 'e', 'x' )
#define FOURCC_trex VLC_FOURCC( 't', 'r', 'e', 'x' )
#define FOURCC_mfhd VLC_FOURCC( 'm', 'f', 'h', 'd' )
More information about the vlc-commits
mailing list