mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-06-18 23:01:05 +00:00
Print FFmpeg decoder name
This commit is contained in:
@@ -86,6 +86,8 @@ int ffmpeg_init(int videoFormat, int width, int height, int perf_lvl, int buffer
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
printf("Using FFmpeg decoder: %s\n", decoder->name);
|
||||||
|
|
||||||
decoder_ctx = avcodec_alloc_context3(decoder);
|
decoder_ctx = avcodec_alloc_context3(decoder);
|
||||||
if (decoder_ctx == NULL) {
|
if (decoder_ctx == NULL) {
|
||||||
printf("Couldn't allocate context");
|
printf("Couldn't allocate context");
|
||||||
|
|||||||
Reference in New Issue
Block a user