summaryrefslogtreecommitdiff
path: root/src/frame_to_pgm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/frame_to_pgm.c')
-rw-r--r--src/frame_to_pgm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame_to_pgm.c b/src/frame_to_pgm.c
index 36e9ac8..b878968 100644
--- a/src/frame_to_pgm.c
+++ b/src/frame_to_pgm.c
@@ -21,7 +21,7 @@ int
main(int argc, char **argv)
{
struct video_decode *vd;
- struct video_frame *frame;
+ struct video_frame *frame = NULL;
int ret;
int64_t timestamp = 0;