~ubuntu-dev/mplayer/ubuntu-feisty

« back to all changes in this revision

Viewing changes to libmpdemux/parse_mp4.h

  • Committer: Reinhard Tartler
  • Date: 2006-07-08 08:47:54 UTC
  • Revision ID: siretart@tauware.de-20060708084754-c3ff228cc9c2d8de
upgrade to pre8

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
  uint32_t avgBitrate;
88
88
 
89
89
  /* 0x05 DecSpecificDescrTag */
90
 
  uint8_t  decoderConfigLen;
 
90
  uint16_t  decoderConfigLen;
91
91
  uint8_t *decoderConfig;
92
92
 
93
93
  /* 0x06 SLConfigDescrTag */