Opened 2 years ago

Closed 2 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  },

Change History (1)

comment:1 by Balling, 2 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.