Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh264data.h52 static const AVRational ff_h264_pixel_aspect[17] = { variable
H A Dh264_ps.c145 } else if (aspect_ratio_idc < FF_ARRAY_ELEMS(ff_h264_pixel_aspect)) { in decode_vui_parameters()
146 sps->sar = ff_h264_pixel_aspect[aspect_ratio_idc]; in decode_vui_parameters()

Completed in 2 milliseconds