summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4200ae5)
raw | patch | inline | side by side (parent: 4200ae5)
author | Amai Prashanth Kumar <x0270680@ti.com> | |
Thu, 7 Sep 2017 16:24:16 +0000 (16:24 +0000) | ||
committer | Karthik Ramanan <a0393906@ti.com> | |
Thu, 7 Sep 2017 10:40:29 +0000 (16:10 +0530) |
Signed-off-by: Amai Prashanth Kumar <x0270680@ti.com>
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
viddec3test.c | patch | blob | history |
diff --git a/viddec3test.c b/viddec3test.c
index dc50391a1d8432e54af66bdf6a90dc9991dbe964..c9d685491aaa224e41e97b2dce33fcd743962dd8 100644 (file)
--- a/viddec3test.c
+++ b/viddec3test.c
static struct decoder *
decoder_open(int argc, char **argv)
{
- struct decoder *decoder = NULL;
+ static struct decoder *decoder = NULL;
char *infile = NULL;
int i;
- int width, height, padded_width, padded_height;
+ static int width, height, padded_width, padded_height;
Engine_Error ec;
XDAS_Int32 err;