Searched refs:new_h (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
450 new_h= 4*((uint8_t*)s->avctx->extradata)[7+2*f];
453 new_h= s->height;
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)
461 s->height = s->avctx->height= new_h;

Completed in 44 milliseconds