summaryrefslogtreecommitdiff
path: root/libavcodec/flacdec.c
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2009-03-22 22:12:03 +0000
committerJustin Ruggles <justin.ruggles@gmail.com>2009-03-22 22:12:03 +0000
commit14489074652762df3b2882ac29784e5d8addd9d4 (patch)
tree6026cf190e17bace1f1a762c2e609e006ac3027e /libavcodec/flacdec.c
parent8199ea3b8cc5e1178e36d35f918bc579373dafb4 (diff)
flacdec: cosmetics: indentation
Originally committed as revision 18159 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/flacdec.c')
-rw-r--r--libavcodec/flacdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/flacdec.c b/libavcodec/flacdec.c
index da578f3112..046fe78df1 100644
--- a/libavcodec/flacdec.c
+++ b/libavcodec/flacdec.c
@@ -517,7 +517,7 @@ static int decode_frame(FLACContext *s)
bps_code);
return -1;
}
- bps = sample_size_table[bps_code];
+ bps = sample_size_table[bps_code];
if (bps && bps != s->bps) {
av_log(s->avctx, AV_LOG_ERROR, "switching bps mid-stream is not "
"supported\n");