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:
Martin Pulec
2021-11-08 09:22:32 +01:00
parent d3fa4437e5
commit 2521925c87

View File

@@ -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] "