#4508 closed defect (fixed)
Possible typo at libavcodec/nvenc.c:683 - 1024*1204
Reported by: | Michele Spagnuolo | Owned by: | Philip Langdale |
---|---|---|---|
Priority: | normal | Component: | avcodec |
Version: | git-master | Keywords: | nvenc |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
There is a possible typo at libavcodec/nvenc.c:683:
1024*1204
might be:
1024*1024
Change History (6)
comment:1 by , 10 years ago
comment:3 by , 10 years ago
Owner: | set to |
---|---|
Status: | new → open |
It's harmless, but yes, it is intended to be 1024*1024. I'll fix it.
comment:4 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | open → closed |
comment:6 by , 10 years ago
Keywords: | nvenc added |
---|---|
Version: | unspecified → git-master |
Note:
See TracTickets
for help on using tickets.
Probably should be, but it doesn't really seem to cause any problems.