swltown

Results 1 issues of swltown

int VideoCtl::audio_thread(void *arg) { VideoState *is = (VideoState *)arg; AVFrame *frame = av_frame_alloc(); Frame *af; int got_frame = 0; AVRational tb; int ret = 0; if (!frame) return AVERROR(ENOMEM); do...