[FFmpeg-trac] #6791(avdevice:new): Typo in libavdevice/decklink_dec.cpp

FFmpeg trac at avcodec.org
Mon Oct 30 16:41:33 EET 2017


#6791: Typo in libavdevice/decklink_dec.cpp
----------------------------------+--------------------------------------
             Reporter:  laurfb    |                     Type:  defect
               Status:  new       |                 Priority:  normal
            Component:  avdevice  |                  Version:  git-master
             Keywords:  typo      |               Blocked By:
             Blocking:            |  Reproduced by developer:  0
Analyzed by developer:  0         |
----------------------------------+--------------------------------------
 Typo in line 962 in libavdevice/decklink_dec.cpp (commit
 2245476e5c451552f8f32a4a881f6b4968898a47)

 "st->r_frame_rate       = av_make_q(st->time_base.den,
 st->time_base.num));"
 need to be changed to
 "st->r_frame_rate       = av_make_q(st->time_base.den,
 st->time_base.num);"

--
Ticket URL: <https://trac.ffmpeg.org/ticket/6791>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list