avcodec/nvenc: Rename nvenc_h265 to nvenc_hevc
For the sake of compatibility, and because pretty much everything else in the codebase calls it HEVC. Signed-off-by: Philip Langdale <philipl@overt.org>
This commit is contained in:
parent
c10e6bcb43
commit
e79c40fe72
4 changed files with 12 additions and 12 deletions
|
@ -236,7 +236,7 @@ void avcodec_register_all(void)
|
|||
REGISTER_DECODER(MXPEG, mxpeg);
|
||||
REGISTER_DECODER(NUV, nuv);
|
||||
REGISTER_ENCODER(NVENC, nvenc);
|
||||
REGISTER_ENCODER(NVENC_H265, nvenc_h265);
|
||||
REGISTER_ENCODER(NVENC_HEVC, nvenc_hevc);
|
||||
REGISTER_DECODER(PAF_VIDEO, paf_video);
|
||||
REGISTER_ENCDEC (PAM, pam);
|
||||
REGISTER_ENCDEC (PBM, pbm);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue