Browse Source

loasdec: switch to AVSTREAM_PARSE_FULL_RAW

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.0
Michael Niedermayer 13 years ago
parent
commit
9c83f3e659
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/loasdec.c

+ 1
- 1
libavformat/loasdec.c View File

@@ -69,7 +69,7 @@ static int loas_read_header(AVFormatContext *s)

st->codec->codec_type = AVMEDIA_TYPE_AUDIO;
st->codec->codec_id = s->iformat->raw_codec_id;
st->need_parsing = AVSTREAM_PARSE_FULL;
st->need_parsing = AVSTREAM_PARSE_FULL_RAW;

//LCM of all possible AAC sample rates
avpriv_set_pts_info(st, 64, 1, 28224000);


Loading…
Cancel
Save