提交 5c819f43 编写于 作者: J James Almer

avdevice/decklink_dec: remove extra bracket

Fixes compilation broken in 2245476e

Fixes ticket #6791
Signed-off-by: NJames Almer <jamrial@gmail.com>
上级 783535a4
......@@ -959,7 +959,7 @@ av_cold int ff_decklink_read_header(AVFormatContext *avctx)
st->time_base.den = ctx->bmd_tb_den;
st->time_base.num = ctx->bmd_tb_num;
st->r_frame_rate = av_make_q(st->time_base.den, st->time_base.num));
st->r_frame_rate = av_make_q(st->time_base.den, st->time_base.num);
switch((BMDPixelFormat)cctx->raw_format) {
case bmdFormat8BitYUV:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册