git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e083a62
)
loasdec: switch to AVSTREAM_PARSE_FULL_RAW
author
Michael Niedermayer
<michaelni@gmx.at>
Thu, 26 Jul 2012 01:30:20 +0000
(
03:30
+0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Thu, 26 Jul 2012 01:30:20 +0000
(
03:30
+0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/loasdec.c
patch
|
blob
|
history
diff --git
a/libavformat/loasdec.c
b/libavformat/loasdec.c
index
4b4e04f
..
e8711ce
100644
(file)
--- a/
libavformat/loasdec.c
+++ b/
libavformat/loasdec.c
@@
-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);