From cfb5a2abcbf9ee79a9469bb7626da0be3e2d4375 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Fri, 25 Apr 2008 13:45:46 +0000 Subject: [PATCH] cosmetics Originally committed as revision 12958 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/mov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;