~ubuntu-branches/ubuntu/utopic/libav/utopic

« back to all changes in this revision

Viewing changes to libavformat/isom.h

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2014-09-13 15:36:38 UTC
  • mfrom: (1.3.49 sid)
  • Revision ID: package-import@ubuntu.com-20140913153638-6rfush77baz008o9
Tags: 6:11-1
* Upload final 11 release
  - matroskadec: parse stereo mode on decoding (Closes: #757185)

Show diffs side-by-side

added added

removed removed

Lines of Context:
215
215
     (tag) == MKTAG('A', 'V', 'i', 'n'))
216
216
 
217
217
 
218
 
int ff_mov_read_esds(AVFormatContext *fc, AVIOContext *pb, MOVAtom atom);
 
218
int ff_mov_read_esds(AVFormatContext *fc, AVIOContext *pb);
219
219
enum AVCodecID ff_mov_get_lpcm_codec_id(int bps, int flags);
220
220
 
221
221
int ff_mov_read_stsd_entries(MOVContext *c, AVIOContext *pb, int entries);