Commit c1147823 authored by michael's avatar michael

pts fix / b frame segfault fix


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3030 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4612e4bd
......@@ -794,6 +794,7 @@ static void do_video_out(AVFormatContext *s,
}else
big_picture.quality = ost->st->quality;
big_picture.pict_type = 0;
big_picture.pts = AV_NOPTS_VALUE; //FIXME
ret = avcodec_encode_video(enc,
video_buffer, VIDEO_BUFFER_SIZE,
&big_picture);
......
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