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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Drv10.c437 int f, new_w, new_h; local
449 new_w= 4*((uint8_t*)s->avctx->extradata)[6+2*f];
452 new_w= s->width; //FIXME wrong we of course must save the original in the context
455 if(new_w != s->width || new_h != s->height){
456 av_log(s->avctx, AV_LOG_DEBUG, "attempting to change resolution to %dx%d\n", new_w, new_h);
457 if (avcodec_check_dimensions(s->avctx, new_h, new_w) < 0)
460 s->width = s->avctx->width = new_w;

Completed in 59 milliseconds