#9591: Two instances of qhd in parseutils.c
--------------------------------+--------------------------------------
Reporter: cats13 | Type: defect
Status: new | Priority: normal
Component: ffmpeg | Version: git-master
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
--------------------------------+--------------------------------------
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 },
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9591>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".