Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddvbsubdec.c990 int top_field_len, bottom_field_len; in dvbsub_parse_object_segment() local
1008 bottom_field_len = AV_RB16(buf); in dvbsub_parse_object_segment()
1011 if (buf + top_field_len + bottom_field_len > buf_end) { in dvbsub_parse_object_segment()
1012 av_log(avctx, AV_LOG_ERROR, "Field data size %d+%d too large\n", top_field_len, bottom_field_len); in dvbsub_parse_object_segment()
1018 int bfl = bottom_field_len; in dvbsub_parse_object_segment()
1023 if (bottom_field_len > 0) in dvbsub_parse_object_segment()

Completed in 2 milliseconds