Merge pull request #326 from ferdnyc/hwaccel-testing

Some minor fixes made while testing hwaccel
This commit is contained in:
Jonathan Thomas
2019-10-22 18:31:03 -05:00
committed by GitHub
4 changed files with 24 additions and 13 deletions

View File

@@ -309,7 +309,7 @@ void FFmpegReader::Open() {
char *adapter_ptr = NULL;
int adapter_num;
adapter_num = openshot::Settings::Instance()->HW_DE_DEVICE_SET;
fprintf(stderr, "\n\nDecodiing Device Nr: %d\n", adapter_num);
fprintf(stderr, "Hardware decoding device number: %d\n", adapter_num);
// Set hardware pix format (callback)
pCodecCtx->get_format = get_hw_dec_format;