diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-04-25 13:45:46 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-04-25 13:45:46 +0000 |
commit | cfb5a2abcbf9ee79a9469bb7626da0be3e2d4375 (patch) | |
tree | e51e0a6092faffc2d8a991fef7f12f876dd6d681 /libavformat/mov.c | |
parent | 47e1d7efcee123fda94388311a63f3adee9bfe45 (diff) | |
download | ffmpeg-cfb5a2abcbf9ee79a9469bb7626da0be3e2d4375.tar.gz |
cosmetics
Originally committed as revision 12958 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r-- | libavformat/mov.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c index 2460da7387..aa4f02ec7f 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -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; |