Commit cfb5a2ab authored by Baptiste Coudurier's avatar Baptiste Coudurier

cosmetics

Originally committed as revision 12958 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 47e1d7ef
...@@ -923,7 +923,7 @@ static int mov_read_stsd(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom) ...@@ -923,7 +923,7 @@ static int mov_read_stsd(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom)
break; break;
case CODEC_ID_QCELP: case CODEC_ID_QCELP:
case CODEC_ID_AMR_NB: case CODEC_ID_AMR_NB:
st->codec->frame_size = sc->samples_per_frame; st->codec->frame_size= sc->samples_per_frame;
st->codec->sample_rate= 8000; st->codec->sample_rate= 8000;
st->codec->channels= 1; /* really needed */ st->codec->channels= 1; /* really needed */
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment