Home
last modified time | relevance | path

Searched refs:old_aspect (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Drv10.c230 AVRational old_aspect = s->avctx->sample_aspect_ratio; in rv20_decode_picture_header() local
242 if (!old_aspect.num) in rv20_decode_picture_header()
243 old_aspect = (AVRational){1, 1}; in rv20_decode_picture_header()
245 s->avctx->sample_aspect_ratio = av_mul_q(old_aspect, (AVRational){2, 1}); in rv20_decode_picture_header()
247 s->avctx->sample_aspect_ratio = av_mul_q(old_aspect, (AVRational){1, 2}); in rv20_decode_picture_header()