[FFmpeg-trac] #9591(ffmpeg:new): Two instances of qhd in parseutils.c

FFmpeg trac at avcodec.org
Mon Jan 10 18:25:15 EET 2022


#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


More information about the FFmpeg-trac mailing list