summaryrefslogtreecommitdiff
path: root/libavcodec/alac.c
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2007-08-31 18:51:22 +0000
committerVitor Sessak <vitor1001@gmail.com>2007-08-31 18:51:22 +0000
commit11f81e6a07d9837da9412615a9dda84f5bfb3e36 (patch)
tree9370f1b5cfd378de33309b9c5b6bd55985aa0217 /libavcodec/alac.c
parent84fa6e23fb6af2f697b895fe8919863b582acf3b (diff)
Cosmetical: Empty line removal
Originally committed as revision 10275 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/alac.c')
-rw-r--r--libavcodec/alac.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index 3262838869..257ad1c119 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -168,7 +168,6 @@ static void bastardized_rice_decompress(ALACContext *alac,
x++;
}
-
if (x > 8) { /* RICE THRESHOLD */
/* use alternative encoding */
int32_t value;