summaryrefslogtreecommitdiff
path: root/libavcodec/svq1.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-01-02 16:19:27 +0000
committerDiego Biurrun <diego@biurrun.de>2009-01-02 16:19:27 +0000
commit0f0b707fa3e7335b38db60243b360c94a2e56140 (patch)
tree020b9e1331feb6f23a3a5ace0d043c4a2a3a74a9 /libavcodec/svq1.c
parente329b6ec7a3600eadeadc8609659f29c3041c410 (diff)
Avoid POSIX-reserved _t namespace.
Originally committed as revision 16407 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/svq1.c')
-rw-r--r--libavcodec/svq1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/svq1.c b/libavcodec/svq1.c
index a4991837db..790bbb3b74 100644
--- a/libavcodec/svq1.c
+++ b/libavcodec/svq1.c
@@ -37,7 +37,7 @@
#include "svq1_vlc.h"
/* standard video sizes */
-const svq1_frame_size_t ff_svq1_frame_size_table[8] = {
+const struct svq1_frame_size ff_svq1_frame_size_table[8] = {
{ 160, 120 }, { 128, 96 }, { 176, 144 }, { 352, 288 },
{ 704, 576 }, { 240, 180 }, { 320, 240 }, { -1, -1 }
};