summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-04-25 13:45:46 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-04-25 13:45:46 +0000
commitcfb5a2abcbf9ee79a9469bb7626da0be3e2d4375 (patch)
treee51e0a6092faffc2d8a991fef7f12f876dd6d681
parent47e1d7efcee123fda94388311a63f3adee9bfe45 (diff)
cosmetics
Originally committed as revision 12958 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavformat/mov.c2
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;