mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 07:40:24 +00:00
DeckLink: return to default BPS == 4
This partially reverts 2a511d58. The value 4 should be default now (best
quality), BPS==2 should be perhaps set later by a preset (after/if
implemented).
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
* Dalibor Matura <255899@mail.muni.cz>
|
||||
* Ian Wesley-Smith <iwsmith@cct.lsu.edu>
|
||||
*
|
||||
* Copyright (c) 2005-2020 CESNET z.s.p.o.
|
||||
* Copyright (c) 2005-2021 CESNET z.s.p.o.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, is permitted provided that the following conditions
|
||||
@@ -75,7 +75,7 @@
|
||||
#include "video.h"
|
||||
#include "video_capture.h"
|
||||
|
||||
constexpr const int DEFAULT_AUDIO_BPS = 2;
|
||||
constexpr const int DEFAULT_AUDIO_BPS = 4;
|
||||
constexpr const size_t MAX_AUDIO_PACKETS = 10;
|
||||
#define MOD_NAME "[DeckLink capture] "
|
||||
|
||||
|
||||
Reference in New Issue
Block a user