cosmetics

Originally committed as revision 12958 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2008-04-25 13:45:46 +00:00
parent 47e1d7efce
commit cfb5a2abcb
1 changed files with 1 additions and 1 deletions

View File

@ -923,7 +923,7 @@ static int mov_read_stsd(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom)
break;
case CODEC_ID_QCELP:
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->channels= 1; /* really needed */
break;