Commit 2ff4a276 authored by Reimar Döffinger's avatar Reimar Döffinger Committed by Michael Niedermayer

VC1testenc: convert pts values to correct time-base.

Signed-off-by: 's avatarRonald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 22e9277a)
parent 939bfc87
......@@ -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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment