forked from FFmpeg/FFmpeg
cosmetics
Originally committed as revision 12958 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
47e1d7efce
commit
cfb5a2abcb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue