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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmtv.c48 unsigned int video_fps; // member in struct:MTVDemuxContext
85 mtv->video_fps = (mtv->audio_br / 4) / audio_subsegments;
97 av_set_pts_info(st, 64, 1, mtv->video_fps);
104 st->codec->sample_rate = mtv->video_fps;

Completed in 64 milliseconds