mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-02-16 02:20:42 +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;
|
||||
}
|
||||
|
||||
printf("Using FFmpeg decoder: %s\n", decoder->name);
|
||||
|
||||
decoder_ctx = avcodec_alloc_context3(decoder);
|
||||
if (decoder_ctx == NULL) {
|
||||
printf("Couldn't allocate context");
|
||||
|
||||
Reference in New Issue
Block a user