[SCM] libav/experimental: Reindent
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:10:44 UTC 2013
The following commit has been merged in the experimental branch:
commit 107b5f93dde444be912c3581f856f1e456521bb9
Author: Benjamin Larsson <banan at ludd.ltu.se>
Date: Thu Dec 20 11:22:39 2007 +0000
Reindent
Originally committed as revision 11285 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavformat/flvdec.c b/libavformat/flvdec.c
index b253b95..46270c2 100644
--- a/libavformat/flvdec.c
+++ b/libavformat/flvdec.c
@@ -180,13 +180,13 @@ static int amf_parse_object(AVFormatContext *s, AVStream *astream, AVStream *vst
else if(!strcmp(key, "audiosamplerate") && acodec && num_val >= 0) {
//some tools, like FLVTool2, write consistently approximate metadata sample rates
if (!acodec->sample_rate) {
- switch((int)num_val) {
- case 44000: acodec->sample_rate = 44100 ; break;
- case 22000: acodec->sample_rate = 22050 ; break;
- case 11000: acodec->sample_rate = 11025 ; break;
- case 5000 : acodec->sample_rate = 5512 ; break;
- default : acodec->sample_rate = num_val;
- }
+ switch((int)num_val) {
+ case 44000: acodec->sample_rate = 44100 ; break;
+ case 22000: acodec->sample_rate = 22050 ; break;
+ case 11000: acodec->sample_rate = 11025 ; break;
+ case 5000 : acodec->sample_rate = 5512 ; break;
+ default : acodec->sample_rate = num_val;
+ }
}
}
}
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list