Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh264_parser.c195 unsigned int reordering_of_pic_nums_idc = get_ue_golomb_31(gb); in scan_mmco_reset() local
197 if (reordering_of_pic_nums_idc < 3) in scan_mmco_reset()
199 else if (reordering_of_pic_nums_idc > 3) { in scan_mmco_reset()
201 "illegal reordering_of_pic_nums_idc %d\n", in scan_mmco_reset()
202 reordering_of_pic_nums_idc); in scan_mmco_reset()

Completed in 2 milliseconds