This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avcodec/nvenc: Require Maxwell for lossless
tags/n3.1
Timo Rothenpieler
9 years ago
parent
a8cf25dd92
commit
24fcb23351
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
libavcodec/nvenc.c
+ 3
- 0
libavcodec/nvenc.c
View File
@@ -410,6 +410,9 @@ static av_cold int nvenc_check_cuda(AVCodecContext *avctx)
goto error;
}
if (!strncmp(ctx->preset, "lossless", 8))
target_smver = 0x52;
if (!nvenc_dyload_cuda(avctx))
return 0;
Write
Preview
Loading…
Cancel
Save