~siretart/libav/merge.raring.libav-0.8.6

« back to all changes in this revision

Viewing changes to libavformat/matroskadec.c

  • Committer: Reinhard Tartler
  • Date: 2013-03-27 06:53:14 UTC
  • mfrom: (1.3.32 sid)
  • Revision ID: siretart@tauware.de-20130327065314-fs4shpt6y2h46ekf
first merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1415
1415
                   && track->codec_priv.data != NULL) {
1416
1416
            int ret;
1417
1417
            ffio_init_context(&b, track->codec_priv.data, track->codec_priv.size,
1418
 
                          AVIO_FLAG_READ, NULL, NULL, NULL, NULL);
 
1418
                              0, NULL, NULL, NULL, NULL);
1419
1419
            ret = ff_get_wav_header(&b, st->codec, track->codec_priv.size);
1420
1420
            if (ret < 0)
1421
1421
                return ret;