From bb270c0896b39e1ae9277355e3c120ed3feb64a3 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 22 Dec 2005 01:10:11 +0000 Subject: COSMETICS: tabs --> spaces, some prettyprinting Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/flvenc.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'libavformat/flvenc.c') diff --git a/libavformat/flvenc.c b/libavformat/flvenc.c index a5ec9833e2..4c1ac502bb 100644 --- a/libavformat/flvenc.c +++ b/libavformat/flvenc.c @@ -58,16 +58,16 @@ static int get_audio_flags(AVCodecContext *enc){ flags |= 0x20 | 0x2; break; case CODEC_ID_PCM_S8: - break; + break; case CODEC_ID_PCM_S16BE: - flags |= 0x60 | 0x2; - break; + flags |= 0x60 | 0x2; + break; case CODEC_ID_PCM_S16LE: - flags |= 0x2; - break; + flags |= 0x2; + break; case CODEC_ID_ADPCM_SWF: - flags |= 0x10; - break; + flags |= 0x10; + break; case 0: flags |= enc->codec_tag<<4; break; -- cgit v1.2.3