summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stheader.h
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-24 02:25:41 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-24 02:25:41 +0000
commit086814f29412aac40b43a35e807a76090f2f500c (patch)
tree896534f281478e6821b6bfd2a47b52f037fb3b21 /libmpdemux/stheader.h
parent52457a7c61c17b7d098df8b7c6cf0c24aec782ad (diff)
downloadmpv-086814f29412aac40b43a35e807a76090f2f500c.tar.bz2
mpv-086814f29412aac40b43a35e807a76090f2f500c.tar.xz
Improved MP4 parsing (finally)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5302 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/stheader.h')
-rw-r--r--libmpdemux/stheader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmpdemux/stheader.h b/libmpdemux/stheader.h
index 0eb602fa55..06f66ef79e 100644
--- a/libmpdemux/stheader.h
+++ b/libmpdemux/stheader.h
@@ -46,6 +46,8 @@ typedef struct {
#ifdef HAVE_OGGVORBIS
struct ov_struct_st *ov; // should be assigned on init TODO: use *context
#endif
+ unsigned char *codecdata;
+ int codecdata_len;
} sh_audio_t;
typedef struct {