提交 22e9277a 编写于 作者: R Reimar Döffinger 提交者: Ronald S. Bultje

VC1testenc: convert pts values to correct time-base.

Signed-off-by: NRonald S. Bultje <rsbultje@gmail.com>
上级 45430099
......@@ -47,6 +47,7 @@ static int vc1test_write_header(AVFormatContext *s)
put_le32(pb, s->streams[0]->r_frame_rate.den);
else
put_le32(pb, 0xFFFFFFFF); //variable framerate
av_set_pts_info(s->streams[0], 32, 1, 1000);
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册