]> git.sesse.net Git - vlc/blobdiff - modules/demux/mp4/mp4.h
* ./modules/demux/mp4: DRMS support.
[vlc] / modules / demux / mp4 / mp4.h
index 2a286fe349e004bc64596e84100098e6b3dffe06..bc7008b1982e9022e1ee514f5fd3a5767329d670 100644 (file)
@@ -2,7 +2,7 @@
  * mp4.h : MP4 file input module for vlc
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: mp4.h,v 1.9 2003/11/27 12:32:51 fenrir Exp $
+ * $Id: mp4.h,v 1.10 2004/01/05 12:37:52 jlj Exp $
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -86,6 +86,8 @@ typedef struct track_data_mp4_s
     MP4_Box_t *p_stsd;  /* will contain all data to initialize decoder */
     MP4_Box_t *p_sample;/* point on actual sdsd */
 
+    void *p_drms;
+
 } track_data_mp4_t;