Opened 3 years ago
Closed 3 years ago
#9591 closed defect (fixed)
Two instances of qhd in parseutils.c
Reported by: | cats13 | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | ffmpeg |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
In https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/HEAD:/libavutil/parseutils.c they are two instances of qhd (scale to quad hd resolution). In previous versions of ffmpeg it would use 960x540 now it outputs at 2560x1440.
{ "wqhd", 2560,1440 }, { "qhd", 2560,1440 }, { "qhd", 960,540 },
Note:
See TracTickets
for help on using tickets.
Fixed in 8b9ef5a516dcb6327bdc15943c981ed743a09ab1.