Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 237941 | Differences between
and this patch

Collapse All | Expand All

(-)a/wifo/phapi/phcodec-avcodec-wrapper.c (-1 lines)
Lines 123-129 Link Here
123
	encoder_t->context->dct_algo = FF_DCT_AUTO;
123
	encoder_t->context->dct_algo = FF_DCT_AUTO;
124
	encoder_t->context->idct_algo = FF_IDCT_AUTO;
124
	encoder_t->context->idct_algo = FF_IDCT_AUTO;
125
	encoder_t->context->opaque = opaque;
125
	encoder_t->context->opaque = opaque;
126
	encoder_t->context->rtp_mode = 1;
127
	encoder_t->context->rtp_payload_size = 1000;
126
	encoder_t->context->rtp_payload_size = 1000;
128
	encoder_t->context->rtp_callback = phcodec_avcodec_video_rtp_callback;
127
	encoder_t->context->rtp_callback = phcodec_avcodec_video_rtp_callback;
129
128

Return to bug 237941