summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/mov.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 2d992e19df..f3fe62a9da 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -925,9 +925,8 @@ static int mov_read_stsd(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom)
st->codec->channels= 1; /* really needed */
break;
case CODEC_ID_QCELP:
- st->codec->frame_size = sc->samples_per_frame;
- st->need_parsing= AVSTREAM_PARSE_FULL;
case CODEC_ID_AMR_NB:
+ st->codec->frame_size = sc->samples_per_frame;
st->codec->sample_rate= 8000;
st->codec->channels= 1; /* really needed */
break;