You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Merge pull request #326 from ferdnyc/hwaccel-testing
Some minor fixes made while testing hwaccel
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user