Browse Source

Merge pull request #206 from benklett/v4l2-add-pal

Add 720x576 (DV-PAL) as another fallback v4l2 framesize
Jim 11 years ago
parent
commit
94e2badb0e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/linux-v4l2/v4l2-input.c

+ 1 - 0
plugins/linux-v4l2/v4l2-input.c

@@ -123,6 +123,7 @@ static int fixed_framesizes[] =
 	576<<16		| 310,
 	576<<16		| 520,
 	576<<16		| 570,
+	720<<16		| 576,
 	1024<<16	| 576,
 
 	0