summaryrefslogtreecommitdiff
path: root/libavcodec/ra144.h
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2008-05-25 17:06:14 +0000
committerVitor Sessak <vitor1001@gmail.com>2008-05-25 17:06:14 +0000
commit6477a940f6a9a1e84dbab42e4757cfa338e22c82 (patch)
treeccef965ff62e15701b80c06143155f3e8ba12c87 /libavcodec/ra144.h
parent6fc4fac06c0b81c2ada77496d85a9e2813d8235d (diff)
Yet more cosmetics
Originally committed as revision 13396 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ra144.h')
-rw-r--r--libavcodec/ra144.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libavcodec/ra144.h b/libavcodec/ra144.h
index 27033315e9..891cd9bf74 100644
--- a/libavcodec/ra144.h
+++ b/libavcodec/ra144.h
@@ -1958,7 +1958,8 @@ static const int16_t decodetable10[7]={
};
static const int16_t *decodetable[10]={
-decodetable1,decodetable2,decodetable3,decodetable4,decodetable5,
-decodetable6,decodetable7,decodetable8,decodetable9,decodetable10};
+ decodetable1,decodetable2,decodetable3,decodetable4,decodetable5,
+ decodetable6,decodetable7,decodetable8,decodetable9,decodetable10
+};
#endif /* FFMPEG_RA144_H */