lu-zero / bmdtools

Basic capture and play programs for Blackmagic Design Decklink
Boost Software License 1.0
198 stars 74 forks source link

-d parameters give Segmentation Fault #69

Closed ggnull35 closed 8 years ago

ggnull35 commented 8 years ago

Hi,

When passed -d 0 or -d 1 to bmdcapture, app gives Segmentation Fault.

If I modify Line 782 from "draw_bars = atoi(optarg)" to "draw_bars = 0" or "draw_bars = 1", it works.

Best wishes.

lu-zero commented 8 years ago

There is a : missing, fixed.

On Tue, Dec 1, 2015 at 2:05 PM, Domo notifications@github.com wrote:

Hi,

When passed -d 0 or -d 1 to bmdcapture, app gives Segmentation Fault.

If I modify Line 782 from "draw_bars = atoi(optarg)" to "draw_bars = 0" or "draw_bars = 1", it works.

Best wishes.

— Reply to this email directly or view it on GitHub https://github.com/lu-zero/bmdtools/issues/69.

ggnull35 commented 8 years ago

Thank you Luca :+1: You are the best !

doogaille commented 8 years ago

Work like a charm ;-) I think you can close issue

lu-zero commented 8 years ago

Closing then =)