Displaying 1 result from an estimated 1 matches for "output_tmp".
Did you mean:
output_tmds
2004 Nov 20
0
ffmpeg2theora start and end time support
...;,aenc->channels,this->channels);
}
else{
this->audio_resample_ctx=NULL;
}
}
else{
this->audio_index = -1;
}
}
if (this->video_index >= 0 || this->audio_index >=0){
AVFrame *frame=NULL;
AVFrame *frame_tmp=NULL;
AVFrame *output=NULL;
AVFrame *output_tmp=NULL;
AVFrame *output_resized=NULL;
AVFrame *output_buffered=NULL;
AVPacket pkt;
int len;
int len1;
int got_picture;
int first = 1;
int e_o_s=0;
int ret;
uint8_t *ptr;
int16_t *audio_buf= av_malloc(4*AVCODEC_MAX_AUDIO_FRAME_SIZE);
int16_t *resampled= av_malloc(4*AVCODEC_M...