summaryrefslogtreecommitdiff
path: root/libavcodec/svq1.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-08-19 22:56:02 +0200
committerDiego Biurrun <diego@biurrun.de>2012-10-10 14:14:22 +0200
commitada12f836657648271972428b0e4a50c81eb7e15 (patch)
tree2d8832b1746d1e22ca9d8bcc9a08d32ff66406b4 /libavcodec/svq1.c
parent4b895cb294d610fb3bf9e57385e665488e8a9ffa (diff)
svq1: K&R formatting cosmetics
Diffstat (limited to 'libavcodec/svq1.c')
-rw-r--r--libavcodec/svq1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/svq1.c b/libavcodec/svq1.c
index b7e3af0a28..e20fa43344 100644
--- a/libavcodec/svq1.c
+++ b/libavcodec/svq1.c
@@ -38,6 +38,6 @@
/* standard video sizes */
const struct svq1_frame_size ff_svq1_frame_size_table[7] = {
- { 160, 120 }, { 128, 96 }, { 176, 144 }, { 352, 288 },
- { 704, 576 }, { 240, 180 }, { 320, 240 }
+ { 160, 120 }, { 128, 96 }, { 176, 144 }, { 352, 288 },
+ { 704, 576 }, { 240, 180 }, { 320, 240 }
};