You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
bktr: fix warning: missing braces around initializer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -101,7 +101,7 @@ static av_cold int bktr_init(const char *video_device, int width, int height,
|
|||||||
long ioctl_frequency;
|
long ioctl_frequency;
|
||||||
char *arg;
|
char *arg;
|
||||||
int c;
|
int c;
|
||||||
struct sigaction act = { 0 }, old;
|
struct sigaction act = { {0} }, old;
|
||||||
|
|
||||||
if (idev < 0 || idev > 4)
|
if (idev < 0 || idev > 4)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user