Opened 7 years ago
Closed 7 years ago
#6791 closed defect (fixed)
Typo in libavdevice/decklink_dec.cpp
Reported by: | laurfb | Owned by: | |
---|---|---|---|
Priority: | important | Component: | avdevice |
Version: | git-master | Keywords: | typo |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
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);"
Change History (1)
comment:1 by , 7 years ago
Priority: | normal → important |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in 5c819f433e85cf4c19823f17beb1092012e95b1d