Skip to content

Commit c7ed5a1

Browse files
committed
vcap/testcard: make default format 1080p24
Use internaced format no longer - it is perhaps obsolescent in 2025. Also if setting sizes like s=2160p, 50i was retained which is perhaps weird.
1 parent 8cfe1af commit c7ed5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/video_capture/testcard.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ enum {
9393
};
9494
#define MOD_NAME "[testcard] "
9595
#define AUDIO_BUFFER_SAMPLES (AUDIO_SAMPLE_RATE * BUFFER_SEC)
96-
#define DEFAULT_FORMAT ((struct video_desc) { 1920, 1080, UYVY, 25.0, INTERLACED_MERGED, 1 })
96+
#define DEFAULT_FORMAT ((struct video_desc) { 1920, 1080, UYVY, 24.0, PROGRESSIVE, 1 })
9797
#define DEFAULT_PATTERN "bars"
9898

9999
struct audio_len_pattern {

0 commit comments

Comments
 (0)