Searched refs:video_st (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Doutput_example.c425 AVStream *audio_st, *video_st; local
466 video_st = NULL;
469 video_st = add_video_stream(oc, fmt->video_codec);
486 if (video_st)
487 open_video(oc, video_st);
509 if (video_st)
510 video_pts = (double)video_st->pts.val * video_st->time_base.num / video_st->time_base.den;
515 (!video_st || video_pt
[all...]
H A Dffplay.c163 AVStream *video_st; member in struct:VideoState
665 if (is->video_st->sample_aspect_ratio.num)
666 aspect_ratio = av_q2d(is->video_st->sample_aspect_ratio);
667 else if (is->video_st->codec->sample_aspect_ratio.num)
668 aspect_ratio = av_q2d(is->video_st->codec->sample_aspect_ratio);
673 aspect_ratio *= (float)is->video_st->codec->width / is->video_st->codec->height;
677 if (is->video_st->codec->dtg_active_format != is->dtg_active_format) {
678 is->dtg_active_format = is->video_st->codec->dtg_active_format;
683 switch(is->video_st
[all...]

Completed in 121 milliseconds