Commit 699b1e58 authored by michael's avatar michael

setting timebase in the encoder doesnt seem like a good idea


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4547 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3de775aa
......@@ -92,8 +92,6 @@ static int oggvorbis_encode_init(AVCodecContext *avccontext) {
vorbis_comment_clear(&context->vc);
avccontext->frame_size = OGGVORBIS_FRAME_SIZE ;
avccontext->time_base.den = avccontext->sample_rate;
avccontext->time_base.num = 1;
avccontext->coded_frame= avcodec_alloc_frame();
avccontext->coded_frame->key_frame= 1;
......
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