mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 01:18:38 -05:00
DATV Demod - Make AVCodecs const
This commit is contained in:
parent
c25837fcf7
commit
e7bc48c368
@ -160,8 +160,8 @@ void DATVideoRender::resetMetaData()
|
||||
bool DATVideoRender::preprocessStream()
|
||||
{
|
||||
AVDictionary *opts = nullptr;
|
||||
AVCodec *videoCodec = nullptr;
|
||||
AVCodec *audioCodec = nullptr;
|
||||
const AVCodec *videoCodec = nullptr;
|
||||
const AVCodec *audioCodec = nullptr;
|
||||
|
||||
int intRet = -1;
|
||||
char *buffer = nullptr;
|
||||
|
Loading…
Reference in New Issue
Block a user